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

Method kill

test/bindingRuntime.prompt.test.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 kill(): void {
170 // noop
171 }
172
173 private emit(message: JsonRpcMessage): void {
174 this.messageHandlers.forEach((h) => h(message));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected