MCPcopy
hub / github.com/continuedev/continue / fetch

Method fetch

extensions/vscode/src/otherExtensions/git.d.ts:268–268  ·  view source on GitHub ↗
(options?: FetchOptions)

Source from the content-addressed store, hash-verified

266 renameRemote(name: string, newName: string): Promise<void>;
267
268 fetch(options?: FetchOptions): Promise<void>;
269 fetch(remote?: string, ref?: string, depth?: number): Promise<void>;
270 pull(unshallow?: boolean): Promise<void>;
271 push(

Callers 15

callHttpToolFunction · 0.65
_streamChatMethod · 0.65
_embedMethod · 0.65
_streamFimMethod · 0.65
rerankMethod · 0.65
_streamChatMethod · 0.65
_streamFimMethod · 0.65
_streamChatMethod · 0.65
_streamCompleteMethod · 0.65
_streamChatMethod · 0.65
_streamChatMethod · 0.65
_embedMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected