MCPcopy Index your code
hub / github.com/bigcode-project/jupytercoder / _iterableToArray

Function _iterableToArray

src/diff.js:425–427  ·  view source on GitHub ↗
(iter)

Source from the content-addressed store, hash-verified

423 }
424
425 function _iterableToArray(iter) {
426 if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
427 }
428
429 function _unsupportedIterableToArray(o, minLen) {
430 if (!o) return;

Callers 1

_toConsumableArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected