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

Method updateThread

apps/web/ui/Thread/index.tsx:47–47  ·  view source on GitHub ↗
({ state, title }: { state?: ThreadState; title?: string })

Source from the content-addressed store, hash-verified

45 threadId: string;
46 }): Promise<void>;
47 updateThread({ state, title }: { state?: ThreadState; title?: string }): void;
48 onClose?(): void;
49 onExpandClick?(): void;
50 onDelete?(messageId: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected