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

Method create

web/lib/api/conversations.ts:32–32  ·  view source on GitHub ↗
(options?: CreateOptions)

Source from the content-addressed store, hash-verified

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>;
35 export(id: string, format: "json" | "markdown"): Promise<Blob>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected