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

Method close

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

Source from the content-addressed store, hash-verified

24 currentThread: SerializedThread;
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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected