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

Class

ng-dev/utils/git/github.ts:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 * to authenticated instances.
127 */
128export class AuthenticatedGithubClient extends GithubClient {
129 /** The graphql instance with authentication set during construction. */
130 private _graphql = this._octokit.graphql.defaults({
131 headers: {authorization: `token ${this._token}`},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected