Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
git
GitLocatorClient
Class GitLocatorClient
Implements
GitLocator
Index
Constructors
constructor
Properties
ipc
Connection
Provider
to
Dispose
Methods
dispose
locate
Constructors
constructor
new
Git
Locator
Client
(
)
:
GitLocatorClient
Returns
GitLocatorClient
Properties
Protected
Readonly
ipc
Connection
Provider
ipc
Connection
Provider
:
IPCConnectionProvider
Protected
Readonly
to
Dispose
to
Dispose
:
DisposableCollection
= ...
Methods
dispose
dispose
(
)
:
void
Returns
void
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
constructor
ipc
Connection
Provider
to
Dispose
dispose
locate
Theia TypeDoc
Loading...
Resolves to the repository paths under the given absolute path.