MCPcopy
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

resolveGridDataFunction · 0.80
buildTagTreeFunction · 0.80
setTagLineFunction · 0.80
walkItemTreeFunction · 0.80
sortBuildersByTagsFunction · 0.80
App.tsxFile · 0.80
addChunkMethod · 0.80
getFakeDataWrapperFunction · 0.80
addLineMethod · 0.80
renderTimeOverlayFunction · 0.80
BuildersTable.tsxFile · 0.80

Calls 1

listenerFunction · 0.85

Tested by 2

getFakeDataWrapperFunction · 0.64
createChunkSearchResultsFunction · 0.64