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

Method log

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

Source from the content-addressed store, hash-verified

277
278 blame(path: string): Promise<string>;
279 log(options?: LogOptions): Promise<Commit[]>;
280
281 commit(message: string, opts?: CommitOptions): Promise<void>;
282 merge(ref: string): Promise<void>;

Callers 15

mainFunction · 0.65
mainFunction · 0.65
getAgentOptionsFunction · 0.65
logRequestFunction · 0.65
logResponseFunction · 0.65
logErrorFunction · 0.65
fetchwithRequestOptionsFunction · 0.65
vercel-sdk.test.tsFile · 0.65
cli-tools.test.tsFile · 0.65
main.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 3

retryOnceFunction · 0.52
testLLMFunction · 0.52
expectDiffFunction · 0.52