MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / send

Method send

packages/event-service/src/client.ts:350–354  ·  view source on GitHub ↗
(message: ClientMessage)

Source from the content-addressed store, hash-verified

348
349 unsubscribe(contexts: string[]): void {
350 const released: string[] = [];
351 for (const ctx of contexts) {
352 const current = this.activeContexts.get(ctx);
353 if (current === undefined) continue;
354 if (current <= 1) {
355 this.activeContexts.delete(ctx);
356 released.push(ctx);
357 } else {

Callers 3

subscribeMethod · 0.95
unsubscribeMethod · 0.95
resubscribeContextsMethod · 0.95

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected