Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
listener
Method · 0.95
initial
Method · 0.95
put
Method · 0.95
Calls
2
applySort
Method · 0.80
applyLimit
Method · 0.80
Tested by
no test coverage detected