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

Function builder

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

Builds the command.

(argv: Argv)

Source from the content-addressed store, hash-verified

16
17/** Builds the command. */
18function builder(argv: Argv) {
19 return addGithubTokenOption(argv);
20}
21
22/** Handles the command. */
23async function handler() {

Callers

nothing calls this directly

Calls 1

addGithubTokenOptionFunction · 0.85

Tested by

no test coverage detected