Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenCut-app/OpenCut
/ useSectionContext
Function
useSectionContext
apps/web/src/components/section.tsx:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
const SectionCtx = createContext<SectionContext | null>(null);
18
19
function useSectionContext() {
20
return useContext(SectionCtx);
21
}
22
23
interface SectionProps {
24
children: React.ReactNode;
Callers
3
SectionHeader
Function · 0.70
SectionTitle
Function · 0.70
SectionContent
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected