| 5 | const execFileAsync = promisify(execFile); |
| 6 | |
| 7 | export interface GitCommandResult { |
| 8 | stdout: string; |
| 9 | stderr: string; |
| 10 | } |
| 11 | |
| 12 | export interface GitEligibility { |
| 13 | ok: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected