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

Method onMessageChange

apps/web/ui/MessageForm/index.tsx:41–41  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

39 draft?: boolean;
40 onSend?(message: string, files: UploadedFile[]): Promise<any>;
41 onMessageChange?(message: string): void;
42 fetchMentions(term?: string): Promise<SerializedUser[]>;
43 upload?(files: File[]): Promise<any>;
44 useUsersContext(): any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected