MCPcopy Index your code
hub / github.com/buildbot/buildbot / isAllowedByFilters

Method isAllowedByFilters

www/data-module/src/data/DataQuery.ts:81–88  ·  view source on GitHub ↗
(v: any)

Source from the content-addressed store, hash-verified

79 }
80
81 isAllowedByFilters(v: any) {
82 for (const filter of this.filters) {
83 if (!filter(v)) {
84 return false;
85 }
86 }
87 return true;
88 }
89
90 filter(array: any[]) {
91 let i = 0;

Callers 2

filterMethod · 0.95
putMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected