Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ subscribe
Method
subscribe
www/data-module/src/data/DataCollection.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
subscribe() {
80
return
this.webSocketClient.subscribe(this.socketPath, this);
81
}
82
83
open(restPath: string, query: Query, accessor: IDataAccessor,
84
descriptor: IDataDescriptor<DataType>, webSocketClient: WebSocketClient) {
Callers
nothing calls this directly
Calls
1
subscribe
Method · 0.65
Tested by
no test coverage detected