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

Function handler

ng-dev/pr/rebase/cli.ts:34–36  ·  view source on GitHub ↗

Handles the rebase pull request command.

({pr, i}: Arguments<RebaseOptions>)

Source from the content-addressed store, hash-verified

32
33/** Handles the rebase pull request command. */
34async function handler({pr, i}: Arguments<RebaseOptions>) {
35 process.exitCode = await rebasePr(pr, i);
36}
37
38/** yargs command module for rebasing a PR */
39export const RebaseCommandModule: CommandModule<{}, RebaseOptions> = {

Callers

nothing calls this directly

Calls 1

rebasePrFunction · 0.85

Tested by

no test coverage detected