Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ useLiveData
Function
useLiveData
frontend/dashboard/src/state/LiveDataContext.tsx:218–222 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
export function useLiveData(): LiveData {
219
const ctx = useContext(LiveDataCtx);
220
if (!ctx) throw new Error(
"useLiveData must be used within LiveDataProvider"
);
221
return ctx;
222
}
Callers
5
AppShell
Function · 0.90
Home
Function · 0.90
Explainer
Function · 0.90
ExplainerNew
Function · 0.90
Feedback
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected