MCPcopy Index your code
hub / github.com/CommonstackAI/UncommonRoute / fetchConversation

Function fetchConversation

frontend/dashboard/src/api.ts:571–572  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

569}
570
571export const fetchConversation = (sessionId: string) =>
572 get<Conversation>(`/v1/sessions/${encodeURIComponent(sessionId)}/conversation`);

Callers 1

loadFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected