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

Method editThread

apps/web/ui/ChannelView/ChatView/index.tsx:113–113  ·  view source on GitHub ↗
({
    id,
    message,
    title,
    files,
  }: {
    id: string;
    message: string;
    title: string;
    files: UploadedFile[];
  })

Source from the content-addressed store, hash-verified

111 active: boolean;
112 }): void;
113 editThread({
114 id,
115 message,
116 title,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected