MCPcopy Create free account
hub / github.com/clementmihailescu/Sorting-Visualizer / getIteratorFn

Function getIteratorFn

client/public/bundle.js:1688–1693  ·  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

traverseAllChildrenImplFunction · 0.85
validateChildKeysFunction · 0.85
isNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected