MCPcopy Create free account
hub / github.com/codeaashu/claude-code / export

Method export

web/lib/api/conversations.ts:35–35  ·  view source on GitHub ↗
(id: string, format: "json" | "markdown")

Source from the content-addressed store, hash-verified

33 update(id: string, updates: Partial<Pick<Conversation, "title" | "model">>): Promise<Conversation>;
34 delete(id: string): Promise<void>;
35 export(id: string, format: "json" | "markdown"): Promise<Blob>;
36}
37
38function findConversation(id: string): Conversation {

Callers 1

deriveAddressFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected