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

Method kill

test/routerPromptFlow.test.ts:95–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 kill(): void {
96 // noop
97 }
98
99 private emit(message: JsonRpcMessage): void {
100 this.messageHandlers.forEach((h) => h(message));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected