MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / onMessage

Method onMessage

apps/web/ui/Thread/index.tsx:53–53  ·  view source on GitHub ↗
(
    threadId: string,
    message: SerializedMessage,
    messageId: string,
    imitationId: string
  )

Source from the content-addressed store, hash-verified

51 onEdit?(threadId: string, messageId: string): void;
52 onSend?(): void;
53 onMessage(
54 threadId: string,
55 message: SerializedMessage,
56 messageId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected