Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ useMenuContext
Function
useMenuContext
packages/ui/src/menu.tsx:46–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
const MenuContext = React.createContext<MenuContextValue>({} as any)
45
46
const useMenuContext = () => React.useContext(MenuContext)
47
48
type MenuRootContextValue = {
49
onClose(): void
Callers
2
menu.tsx
File · 0.85
MenuSub
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…