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

Function _toConsumableArray

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

Source from the content-addressed store, hash-verified

415 }
416
417 function _toConsumableArray(arr) {
418 return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
419 }
420
421 function _arrayWithoutHoles(arr) {
422 if (Array.isArray(arr)) return _arrayLikeToArray(arr);

Callers 4

_loopFunction · 0.85
mergeLinesFunction · 0.85
mutualChangeFunction · 0.85
removalFunction · 0.85

Calls 4

_arrayWithoutHolesFunction · 0.85
_iterableToArrayFunction · 0.85
_nonIterableSpreadFunction · 0.85

Tested by

no test coverage detected