MCPcopy 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

5import { MenuContext } from './menu-context';
6
7export function useMenuCtx() {
8 const ctx = useContext(MenuContext);
9 if (!ctx) throw new Error('MenuContext is not provided');
10 return ctx;
11}

Callers 3

MenuTriggerFunction · 0.90
MenuFunction · 0.90
MenuItemFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected