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

Method onSend

apps/web/ui/AddThreadModal/index.tsx:31–31  ·  view source on GitHub ↗
({
    channelId,
    title,
    message,
  }: {
    channelId: string;
    title?: string;
    message: string;
  })

Source from the content-addressed store, hash-verified

29 open: boolean;
30 close(): void;
31 onSend({
32 channelId,
33 title,
34 message,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected