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

Method updateThread

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

Source from the content-addressed store, hash-verified

129 body: string;
130 }): Promise<SerializedMessage | void>;
131 updateThread({ state, title }: { state?: ThreadState; title?: string }): void;
132 useUsersContext(): any;
133 usePath(options: any): any;
134 routerPush(path: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected