Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
571
export
const
fetchConversation = (sessionId: string) =>
572
get<Conversation>(`/v1/sessions/${encodeURIComponent(sessionId)}/conversation`);
Callers
1
load
Function · 0.90
Calls
1
get
Function · 0.85
Tested by
no test coverage detected