MCPcopy
hub / github.com/opentrace/opentrace / delete

Method delete

ui/src/chat/chatHistoryStore.ts:44–44  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

42 save(conv: Conversation): Promise<void>;
43 get(id: string): Promise<Conversation | undefined>;
44 delete(id: string): Promise<void>;
45 list(projectKey?: string): Promise<ConversationSummary[]>;
46}

Callers 15

runFunctionFunction · 0.65
expose2Function · 0.65
constructorMethod · 0.65
closeMethod · 0.65
closeMethod · 0.65
AppInnerFunction · 0.65
applyPingAnimationsMethod · 0.65
triggerPingMethod · 0.65
toggleExpandedFunction · 0.65
useDiscoverTreeFunction · 0.65
evictMethod · 0.65

Implementers 1

IDBChatHistoryStoreui/src/chat/chatHistory.ts

Calls

no outgoing calls

Tested by

no test coverage detected