MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/testing/sandbox-testing.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected