| 20 | * specified directory. |
| 21 | */ |
| 22 | export class SandboxGitClient extends AuthenticatedGitClient { |
| 23 | static createInstance( |
| 24 | gitBinPath: string, |
| 25 | config: {github: GithubConfig}, |
nothing calls this directly
no outgoing calls
no test coverage detected