Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ close
Function
close
apps/web/ui/Header/MobileMenu/index.tsx:41–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
const [show, setOpen] = useState(false);
40
const open = () => setOpen(true);
41
const close = () => setOpen(false);
42
43
const paths = {
44
inbox: usePath({ href:
'/inbox'
}),
Callers
9
startSyncJob
Function · 0.85
DiscordSync
Function · 0.85
onKeyUp
Function · 0.85
onSubmit
Function · 0.85
Modal
Function · 0.85
MobileMenu
Function · 0.85
onUpdateClick
Function · 0.85
updateChannel
Function · 0.85
onSubmit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected