MCPcopy
hub / github.com/opentrace/opentrace / get

Method get

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

Source from the content-addressed store, hash-verified

41export interface ChatHistoryStore {
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

server.tsFile · 0.65
getAllUsersAsJsonMethod · 0.65
expose2Function · 0.65
writeChunksFunction · 0.65
getWasmTableEntryFunction · 0.65
detectInitialModeFunction · 0.65
isServerModeFunction · 0.65
AppInnerFunction · 0.65
relCSVFunction · 0.65
runTestFunction · 0.65
getLinkColorFunction · 0.65

Implementers 1

IDBChatHistoryStoreui/src/chat/chatHistory.ts

Calls

no outgoing calls