MCPcopy
hub / github.com/codeaashu/claude-code / update

Method update

web/lib/api/conversations.ts:33–33  ·  view source on GitHub ↗
(id: string, updates: Partial<Pick<Conversation, "title" | "model">>)

Source from the content-addressed store, hash-verified

31 get(id: string): Promise<Conversation>;
32 create(options?: CreateOptions): Promise<Conversation>;
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}

Callers 15

hashFilePathFunction · 0.65
hashFileContentFunction · 0.65
getBackupFileNameFunction · 0.65
getRepoRemoteHashFunction · 0.65
computeFingerprintFunction · 0.65
hashContentFunction · 0.65
hashPairFunction · 0.65
computeContentHashFunction · 0.65
hashPastedTextFunction · 0.65
saveOAuthTokensIfNeededFunction · 0.65
logAPIPrefixFunction · 0.65
generateTempFilePathFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected