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

Class

ng-dev/utils/testing/virtual-git-client.ts:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 * in memory. This allows for convenient test assertions with Git interactions.
57 */
58export class VirtualGitClient extends AuthenticatedGitClient {
59 static createInstance(config = mockNgDevConfig, tmpDir = testTmpDir): VirtualGitClient {
60 return new VirtualGitClient('abc123', config, tmpDir);
61 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected