MCPcopy
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) {

Calls

no outgoing calls

Tested by

no test coverage detected