MCPcopy Index your code
hub / github.com/continuedev/continue / init

Method init

extensions/vscode/src/otherExtensions/git.d.ts:362–362  ·  view source on GitHub ↗
(root: Uri, options?: InitOptions)

Source from the content-addressed store, hash-verified

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;

Callers 3

getParserForFileFunction · 0.65
getLanguageForFileFunction · 0.65
reo-tracking.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected