Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clawbot7/cli-gateway
/ emit
Method
emit
test/bindingRuntime.misc.test.ts:172–174 ·
view source on GitHub ↗
(message: JsonRpcMessage)
Source
from the content-addressed store, hash-verified
170
kill(): void {}
171
172
private emit(message: JsonRpcMessage): void {
173
this.handlers.forEach((h) => h(message));
174
}
175
}
176
177
test(
'denyPermission returns denied message'
,
async
() => {
Callers
1
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected