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

Function handler

ng-dev/caretaker/check/cli.ts:23–25  ·  view source on GitHub ↗

Handles the command.

()

Source from the content-addressed store, hash-verified

21
22/** Handles the command. */
23async function handler() {
24 await checkServiceStatuses();
25}
26
27/** yargs command module for checking status information for the repository */
28export const CheckModule: CommandModule<{}, CaretakerCheckOptions> = {

Callers

nothing calls this directly

Calls 1

checkServiceStatusesFunction · 0.85

Tested by

no test coverage detected