MCPcopy Index your code
hub / github.com/nodejs/node / isSyncIterable

Function isSyncIterable

lib/internal/quic/quic.js:1511–1513  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1509}
1510
1511function isSyncIterable(obj) {
1512 return obj != null && typeof obj[SymbolIterator] === 'function';
1513}
1514
1515// Functions used specifically for internal or assertion purposes only.
1516let getQuicStreamState;

Callers 1

configureOutboundFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…