Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
filter
Method · 0.95
put
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected