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

Method recomputeQuery

www/data-module/src/data/DataCollection.ts:205–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203 }
204
205 @action recomputeQuery() {
206 this.queryExecutor.applySort(this.array);
207 this.queryExecutor.applyLimit(this.array);
208 }
209}

Callers 3

listenerMethod · 0.95
initialMethod · 0.95
putMethod · 0.95

Calls 2

applySortMethod · 0.80
applyLimitMethod · 0.80

Tested by

no test coverage detected