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

Function isIterable

packages/query-devtools/src/Explorer.tsx:257–259  ·  view source on GitHub ↗
(x: any)

Source from the content-addressed store, hash-verified

255}
256
257function isIterable(x: any): x is Iterable<unknown> {
258 return Symbol.iterator in x
259}
260
261export default function Explorer(props: ExplorerProps) {
262 const theme = useTheme()

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…