MCPcopy Index your code
hub / github.com/plotly/dash / isCollapsed

Function isCollapsed

dash/dash-renderer/src/components/error/menu/DebugMenu.react.js:24–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 `${base} ${base}--${variant}` + (variant2 ? ` ${base}--${variant2}` : '');
23
24const isCollapsed = () => {
25 try {
26 return localStorage.getItem('dash_debug_menu_collapsed') === 'true';
27 } catch (e) {
28 // If localStorage is not available, default to false
29 return false;
30 }
31};
32
33const MenuContent = ({
34 hotReload,

Callers

nothing calls this directly

Calls 1

getItemMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…