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

Method editThread

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

Source from the content-addressed store, hash-verified

106 active: boolean;
107 }): void;
108 editThread({
109 id,
110 message,
111 title,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected