(diffType: DiffType, defaultBranch: string, cwd?: string, options?: GitDiffOptions)
| 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, |
no outgoing calls
no test coverage detected