MCPcopy 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

Calls 2

pushMethod · 0.80
parseMethod · 0.65

Tested by

no test coverage detected