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

Class

ng-dev/pr/common/checkout-pr.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41/** Error being thrown if there are unexpected local changes in the project repo. */
42export class UnexpectedLocalChangesError extends Error {}
43/** Error being thrown if a requested pull request could not be found upstream. */
44export class PullRequestNotFoundError extends Error {}
45/** Error being thrown if the pull request does not allow for maintainer modifications. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected