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

Class

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

Source from the content-addressed store, hash-verified

58];
59
60export class ServicesModule extends BaseModule<StatusCheckResult[]> {
61 override async retrieveData() {
62 return Promise.all(services.map((service) => this.getStatusFromStandardApi(service)));
63 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected