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

Function _arrayWithoutHoles

src/diff.js:421–423  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

419 }
420
421 function _arrayWithoutHoles(arr) {
422 if (Array.isArray(arr)) return _arrayLikeToArray(arr);
423 }
424
425 function _iterableToArray(iter) {
426 if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);

Callers 1

_toConsumableArrayFunction · 0.85

Calls 1

_arrayLikeToArrayFunction · 0.85

Tested by

no test coverage detected