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

Function handler

ng-dev/pr/checkout/cli.ts:35–37  ·  view source on GitHub ↗

Handles the checkout pull request command.

({pr, takeover, target}: Arguments<CheckoutPullRequestParams>)

Source from the content-addressed store, hash-verified

33
34/** Handles the checkout pull request command. */
35async function handler({pr, takeover, target}: Arguments<CheckoutPullRequestParams>) {
36 await checkoutPullRequest({pr, takeover, target});
37}
38
39/** yargs command module for checking out a PR */
40export const CheckoutCommandModule: CommandModule<{}, CheckoutPullRequestParams> = {

Callers

nothing calls this directly

Calls 1

checkoutPullRequestFunction · 0.85

Tested by

no test coverage detected