MCPcopy 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
218export 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

AppShellFunction · 0.90
HomeFunction · 0.90
ExplainerFunction · 0.90
ExplainerNewFunction · 0.90
FeedbackFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected