(root: Uri, options?: InitOptions)
| 360 | toGitUri(uri: Uri, ref: string): Uri; |
| 361 | getRepository(uri: Uri): Repository | null; |
| 362 | init(root: Uri, options?: InitOptions): Promise<Repository | null>; |
| 363 | openRepository(root: Uri): Promise<Repository | null>; |
| 364 | |
| 365 | registerRemoteSourcePublisher(publisher: RemoteSourcePublisher): Disposable; |
no outgoing calls
no test coverage detected