MCPcopy
hub / github.com/TanStack/query / toggleExpanded

Function toggleExpanded

packages/query-devtools/src/Explorer.tsx:274–274  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272 (props.defaultExpanded || []).includes(props.label),
273 )
274 const toggleExpanded = () => setExpanded((old) => !old)
275 const [expandedPages, setExpandedPages] = createSignal<Array<number>>([])
276
277 const subEntries = createMemo(() => {

Callers 1

ExplorerFunction · 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…