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

Method get

web/lib/api/conversations.ts:31–31  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

29export interface ConversationAPI {
30 list(options?: ListOptions): Promise<Conversation[]>;
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>;

Callers 15

interpretCommandResultFunction · 0.65
validateInputFunction · 0.65
searchToolsWithKeywordsFunction · 0.65
callFunction · 0.65
validateInputFunction · 0.65
callFunction · 0.65
callFunction · 0.65
resolveAgentToolsFunction · 0.65
getAgentColorFunction · 0.65
resolveAgentOverridesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected