MCPcopy Create free account
hub / github.com/clawbot7/cli-gateway / emit

Method emit

test/bindingRuntime.misc.test.ts:97–99  ·  view source on GitHub ↗
(message: JsonRpcMessage)

Source from the content-addressed store, hash-verified

95 kill(): void {}
96
97 private emit(message: JsonRpcMessage): void {
98 this.handlers.forEach((h) => h(message));
99 }
100}
101
102class BranchingRpc implements StdioProcess {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected