| 21 | |
| 22 | /** Helper class that can be used to initialize and control the sandbox test repo. */ |
| 23 | export class SandboxGitRepo { |
| 24 | private _nextBranchName = this._github.mainBranchName; |
| 25 | private _commitShaById = new Map<number, string>(); |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected