MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / toggleSidebar

Function toggleSidebar

src/components/Sidebar.tsx:96–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 };
95
96 const toggleSidebar = () => setIsOpen(!isOpen);
97 const closeSidebar = () => setIsOpen(false);
98
99 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected