MCPcopy Create free account
hub / github.com/continuedev/continue / show

Method show

extensions/vscode/src/otherExtensions/git.d.ts:218–218  ·  view source on GitHub ↗
(ref: string, path: string)

Source from the content-addressed store, hash-verified

216 ): Promise<{ mimetype: string; encoding?: string }>;
217 buffer(ref: string, path: string): Promise<Buffer>;
218 show(ref: string, path: string): Promise<string>;
219 getCommit(ref: string): Promise<Commit>;
220
221 add(paths: string[]): Promise<void>;

Callers 8

getCommandsMapFunction · 0.65
runCommandMethod · 0.65
showMethod · 0.65
constructorMethod · 0.65
setupStatusBarFunction · 0.65
openAcceptRejectMenuMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected