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

Class

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

Source from the content-addressed store, hash-verified

92
93/** A Github client for interacting with the Github APIs. */
94export class GithubClient {
95 /** The octokit instance actually performing API requests. */
96 protected _octokit: Octokit = new Octokit({
97 // Move all default octokit logging into debug. We prefer handle all of the logging exposed

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected