MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / useSectionStore

Function useSectionStore

apps/baseai.dev/src/components/SectionProvider.tsx:153–156  ·  view source on GitHub ↗
(selector: (state: SectionState) => T)

Source from the content-addressed store, hash-verified

151}
152
153export function useSectionStore<T>(selector: (state: SectionState) => T) {
154 let store = useContext(SectionStoreContext);
155 return useStore(store!, selector);
156}

Callers 2

NavigationGroupFunction · 0.90
HeadingFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected