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

Class

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

Source from the content-addressed store, hash-verified

44export class PullRequestNotFoundError extends Error {}
45/** Error being thrown if the pull request does not allow for maintainer modifications. */
46export class MaintainerModifyAccessError extends Error {}
47
48/** Options for checking out a PR */
49export interface PullRequestCheckoutOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected