MCPcopy Index your code
hub / github.com/OpenSignLabs/OpenSign / closeSidebar

Function closeSidebar

apps/OpenSign/src/components/Header.jsx:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 closeSidebar();
33 };
34 const closeSidebar = () => {
35 if (width && width <= 768) {
36 dispatch(toggleSidebar(false));
37 }
38 };
39
40 useEffect(() => {
41 initializeHead();

Callers 2

toggleDropdownFunction · 0.70
HeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected