MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / send

Function send

tests/web-adapter.test.ts:12–14  ·  view source on GitHub ↗
(payload: string)

Source from the content-addressed store, hash-verified

10 OPEN: 1,
11 readyState: 1,
12 send(payload: string) {
13 sent.push(payload);
14 },
15 };
16
17 (adapter as any).socketsByChannel.set("web", new Set([fakeSocket]));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected