MCPcopy
hub / github.com/buildbot/buildbot / filter

Method filter

www/data-module/src/data/DataQuery.test.ts:12–17  ·  view source on GitHub ↗
(array: any[], query: Query)

Source from the content-addressed store, hash-verified

10
11class WrappedDataQuery {
12 filter(array: any[], query: Query) {
13 const q = new DataQuery(query);
14 array = [...array];
15 q.filter(array);
16 return array;
17 }
18
19 sort(array: any[], order: any) {
20 const q = new DataQuery({order});

Callers 1

DataQuery.test.tsFile · 0.45

Calls 1

filterMethod · 0.95

Tested by

no test coverage detected