Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/buildbot/buildbot
/ clearSendQueue
Method
clearSendQueue
www/data-module/src/data/MockWebSocket.ts:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
clearSendQueue() {
42
this.sendQueue = [];
43
this.parsedSendQueue = [];
44
}
45
46
respond(message: string) {
47
if
(this.onmessage !== null) {
Callers
4
DataMultiCollection.test.ts
File · 0.80
DataClient.test.ts
File · 0.80
BasicDataMultiCollection.test.ts
File · 0.80
DataPropertiesCollection.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected