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

Method limit

www/data-module/src/data/DataQuery.test.ts:25–30  ·  view source on GitHub ↗
(array: any[], limit: number)

Source from the content-addressed store, hash-verified

23 return array;
24 }
25 limit(array: any[], limit: number) {
26 const q = new DataQuery({limit});
27 array = [...array];
28 q.applyLimit(array);
29 return array;
30 }
31}
32
33describe('dataquery service', () => {

Callers 7

DataQuery.test.tsFile · 0.80
applyToSQLQueryMethod · 0.80
thdMethod · 0.80
thdMethod · 0.80
thdMethod · 0.80
_thd_get_chunksMethod · 0.80
thddeleteOldLogsMethod · 0.80

Calls 1

applyLimitMethod · 0.95

Tested by

no test coverage detected