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

Method emit

test/bindingRuntime.policy.test.ts:139–141  ·  view source on GitHub ↗
(message: JsonRpcMessage)

Source from the content-addressed store, hash-verified

137 kill(): void {}
138
139 private emit(message: JsonRpcMessage): void {
140 this.messageHandlers.forEach((h) => h(message));
141 }
142}
143
144test('BindingRuntime auto-allow policy bypasses interactive UI', async () => {

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected