MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / useInCodeGroup

Function useInCodeGroup

src/components/code/CodeGroup.tsx:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18})
19
20export function useInCodeGroup() {
21 return useContext(CodeGroupContext).inCodeGroup
22}
23export function useCodeGroup() {
24 return useContext(CodeGroupContext)
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected