MCPcopy
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
31const getChannel = (key: string) => `${id}-${key}`;
32
33for (const methodName of ["on", "once", "at", "off"]) {
34 const method = bus[methodName];

Callers 1

event-bus.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected