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

Class

ng-dev/caretaker/check/github.ts:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49const MAX_RETURNED_ISSUES = 20;
50
51export class GithubQueriesModule extends BaseModule<GithubQueryResults | void> {
52 override async retrieveData() {
53 // Non-null assertion is used here as the check for undefined immediately follows to confirm the
54 // assertion. Typescript's type filtering does not seem to work as needed to understand

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected