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

Class

ng-dev/pr/common/validation/assert-enforce-tested.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24);
25
26class Validation extends PullRequestValidation {
27 async assert(pullRequest: PullRequestFromGithub, gitClient: AuthenticatedGitClient) {
28 if (!pullRequestRequiresTGP(pullRequest)) {
29 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected