MCPcopy Create free account
hub / github.com/backnotprop/plannotator / runDiff

Method runDiff

packages/shared/vcs-core.ts:51–51  ·  view source on GitHub ↗
(diffType: DiffType, defaultBranch: string, cwd?: string, options?: GitDiffOptions)

Source from the content-addressed store, hash-verified

49 canStageFiles?(diffType: string): boolean;
50 getContext(cwd?: string): Promise<GitContext>;
51 runDiff(diffType: DiffType, defaultBranch: string, cwd?: string, options?: GitDiffOptions): Promise<DiffResult>;
52 getFileContents(
53 diffType: DiffType,
54 defaultBranch: string,

Callers 2

prepareLocalReviewDiffFunction · 0.80
runVcsDiffFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected