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

Class

ng-dev/pr/common/validation/assert-completed-reviews.ts:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16);
17
18class Validation extends PullRequestValidation {
19 assert(pullRequest: PullRequestFromGithub) {
20 const totalCount = pullRequest.reviewRequests.totalCount;
21 if (totalCount !== 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected