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

Class

ng-dev/utils/git/authenticated-git-client.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 * authenticated Git client instances.
30 */
31export class AuthenticatedGitClient extends GitClient {
32 /**
33 * Regular expression that matches the provided Github token. Used for
34 * sanitizing the token from Git child process output.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected