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

Function handler

components/dash-core-components/src/components/Tabs.tsx:162–163  ·  view source on GitHub ↗
(e: MediaQueryListEvent)

Source from the content-addressed store, hash-verified

160
161 // Listen for changes
162 const handler = (e: MediaQueryListEvent) =>
163 setIsAboveBreakpoint(e.matches);
164 mediaQuery.addEventListener('change', handler);
165
166 return () => mediaQuery.removeEventListener('change', handler);

Callers 8

ControlledTableClass · 0.85
view_funcMethod · 0.85
_async_view_funcMethod · 0.85
_sync_view_funcMethod · 0.85
async_view_funcMethod · 0.85
sync_view_funcMethod · 0.85
_process_mcp_messageFunction · 0.85
handlePatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…