MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / handleNavigate

Function handleNavigate

frontend/src/components/commonUI/Drawer.tsx:70–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 const collections: Collection[] = data || []
69
70 const handleNavigate = () => setIsOpen(false)
71
72 const handleLogout = async () => {
73 logout()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected