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

Method onSend

apps/web/ui/Thread/index.tsx:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected