MCPcopy 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

startSyncJobFunction · 0.85
DiscordSyncFunction · 0.85
onKeyUpFunction · 0.85
onSubmitFunction · 0.85
ModalFunction · 0.85
MobileMenuFunction · 0.85
onUpdateClickFunction · 0.85
updateChannelFunction · 0.85
onSubmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected