Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ push
Method
push
www/data-module/src/util/Stream.ts:25–29 ·
view source on GitHub ↗
(data: T)
Source
from the content-addressed store, hash-verified
23
}
24
25
push(data: T) {
26
for
(
let
listener of this.listeners) {
27
listener(data);
28
}
29
}
30
31
destroy() {
32
// we need to keep reference to listeners array
Callers
15
resolveGridData
Function · 0.80
buildTagTree
Function · 0.80
setTagLine
Function · 0.80
walkItemTree
Function · 0.80
sortBuildersByTags
Function · 0.80
App.tsx
File · 0.80
addChunk
Method · 0.80
getFakeDataWrapper
Function · 0.80
PageWithSidebar.tsx
File · 0.80
addLine
Method · 0.80
renderTimeOverlay
Function · 0.80
BuildersTable.tsx
File · 0.80
Calls
1
listener
Function · 0.85
Tested by
2
getFakeDataWrapper
Function · 0.64
createChunkSearchResults
Function · 0.64