()
| 18 | }) |
| 19 | |
| 20 | export function useInCodeGroup() { |
| 21 | return useContext(CodeGroupContext).inCodeGroup |
| 22 | } |
| 23 | export function useCodeGroup() { |
| 24 | return useContext(CodeGroupContext) |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected