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

Method get

github-actions/unified-status-check/lib/pull-request.ts:77–80  ·  view source on GitHub ↗

Retrieve the pull request from Github.

(github: Octokit)

Source from the content-addressed store, hash-verified

75
76 /** Retrieve the pull request from Github. */
77 static async get(github: Octokit) {
78 const pullRequest = await github.graphql<typeof PR_SCHEMA>(query(PR_SCHEMA).toString());
79 return new PullRequest(github, pullRequest.repository.pullRequest);
80 }
81
82 private constructor(
83 private github: Octokit,

Callers 3

mainFunction · 0.45
getSummaryFunction · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected