Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/buildbot/buildbot
/ send
Method
send
www/data-module/src/data/MockWebSocket.ts:36–39 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
34
parsedSendQueue: any[] = [];
35
36
send(message: string) {
37
this.sendQueue.push(message);
38
this.parsedSendQueue.push(JSON.parse(message) ??
''
);
39
}
40
41
clearSendQueue() {
42
this.sendQueue = [];
Callers
1
WebSocketClient.test.ts
File · 0.45
Calls
2
push
Method · 0.80
parse
Method · 0.65
Tested by
no test coverage detected