MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / key

Method key

src/bot/gateway.ts:52–52  ·  view source on GitHub ↗
(t: Transport, m: Incoming)

Source from the content-addressed store, hash-verified

50 async stop(): Promise<void> {
51 this.unsubHub?.();
52 this.unsubHub = null;
53 for (const ac of this.busy.values()) ac.abort();
54 for (const t of this.opts.transports) await t.stop();
55 }

Callers 1

onMessageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected