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

Method onMessageUpdated

packages/kilo-chat/src/client.ts:355–357  ·  view source on GitHub ↗
(handler: (ctx: string, e: MessageUpdatedEvent) => void)

Source from the content-addressed store, hash-verified

353 });
354 }
355
356 // ── Typed event subscriptions ─────────────────────────────────────────────
357
358 on<N extends KiloChatEventName>(
359 event: N,
360 handler: (ctx: string, payload: KiloChatEventOf<N>) => void

Callers 3

useMessageCacheUpdaterFunction · 0.80
handleMessageUpdatedFunction · 0.80
forceCompleteAllMessagesFunction · 0.80

Calls 1

onMethod · 0.95

Tested by

no test coverage detected