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

Method send

tests/host-ipc-client.test.ts:11–14  ·  view source on GitHub ↗
(message: unknown)

Source from the content-addressed store, hash-verified

9 sent: unknown[] = [];
10
11 send(message: unknown): boolean {
12 this.sent.push(message);
13 return true;
14 }
15}
16
17test("host IPC client reports cleared channel sessions", async () => {

Callers 2

sendMessageFunction · 0.45
sendBotCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected