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

Method editMessage

apps/web/ui/Thread/index.tsx:72–72  ·  view source on GitHub ↗
({
    id,
    body,
  }: {
    id: string;
    body: string;
  })

Source from the content-addressed store, hash-verified

70 }): void;
71 onResolution?: onResolve;
72 editMessage?({
73 id,
74 body,
75 }: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected