Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
git
GitLocator
Interface GitLocator
interface
GitLocator
{
locate
(
path
,
options
)
:
Promise
<
string
[]
>
;
}
Hierarchy
Disposable
GitLocator
Implemented by
GitLocatorClient
GitLocatorImpl
Index
Methods
locate
Methods
locate
locate
(
path
,
options
)
:
Promise
<
string
[]
>
Resolves to the repository paths under the given absolute path.
Parameters
path
:
string
options
:
GitLocateOptions
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
locate
Theia TypeDoc
Loading...
Resolves to the repository paths under the given absolute path.