Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawbot7/cli-gateway
/ kill
Method
kill
test/bindingRuntime.prompt.test.ts:397–399 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
395
}
396
397
kill(): void {
398
// noop
399
}
400
401
private emit(message: JsonRpcMessage): void {
402
this.messageHandlers.forEach((h) => h(message));
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected