MCPcopy Index your code
hub / github.com/angular/dev-infra / GroupCondition

Interface GroupCondition

ng-dev/pullapprove/group.ts:19–24  ·  view source on GitHub ↗

A condition for a group.

Source from the content-addressed store, hash-verified

17
18/** A condition for a group. */
19interface GroupCondition {
20 expression: string;
21 checkFn: (files: string[], groups: PullApproveGroup[]) => boolean;
22 matchedFiles: Set<string>;
23 unverifiable: boolean;
24}
25
26interface GroupReviewers {
27 users?: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected