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

Function builder

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

Builds the command.

(argv: Argv)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

addGithubTokenOptionFunction · 0.85

Tested by

no test coverage detected