MCPcopy
hub / github.com/buildbot/buildbot / respond

Method respond

www/data-module/src/data/MockWebSocket.ts:46–50  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

44 }
45
46 respond(message: string) {
47 if (this.onmessage !== null) {
48 this.onmessage(new MessageEvent('', {data: message}));
49 }
50 }
51}

Calls

no outgoing calls

Tested by

no test coverage detected