Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CopyTranslator/CopyTranslator
/ getChannel
Function
getChannel
src/common/event-bus.ts:31–31 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
29
}
30
31
const
getChannel = (key: string) => `${id}-${key}`;
32
33
for
(
const
methodName of [
"on"
,
"once"
,
"at"
,
"off"
]) {
34
const
method = bus[methodName];
Callers
1
event-bus.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected