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

Method close

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

Source from the content-addressed store, hash-verified

23 currentMessage: SerializedMessage;
24 open: boolean;
25 close(): void;
26 onSend({ message }: { message: string }): Promise<any>;
27 uploadFiles(files: File[]): Promise<void>;
28 progress: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected