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

Method onSend

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

Source from the content-addressed store, hash-verified

25 open: boolean;
26 close(): void;
27 onSend({ title, message }: { title?: string; message: string }): Promise<any>;
28 uploadFiles(files: File[]): Promise<void>;
29 progress: number;
30 uploading: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected