Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COW-dev/ddingdong-fe
/ useMenuCtx
Function
useMenuCtx
packages/shared/ui/Header/useMenuCtx.ts:7–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
import
{ MenuContext } from
'./menu-context'
;
6
7
export
function
useMenuCtx() {
8
const
ctx = useContext(MenuContext);
9
if
(!ctx) throw
new
Error(
'MenuContext is not provided'
);
10
return
ctx;
11
}
Callers
3
MenuTrigger
Function · 0.90
Menu
Function · 0.90
MenuItem
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected