MCPcopy Create free account
hub / github.com/danizep/react-timeless / getIteratorFn

Function getIteratorFn

examples/bundle.js:11925–11930  ·  view source on GitHub ↗

* Returns the iterator method function contained on the iterable object. * * Be sure to invoke the function with the iterable as context: * * var iteratorFn = getIteratorFn(myIterable); * if (iteratorFn) { * var iterator = iteratorFn.call(myIterable); * ... *

(maybeIterable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

validateChildKeysFunction · 0.85
isNodeFunction · 0.85
traverseAllChildrenImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected