MCPcopy Create free account
hub / github.com/WebReflection/neverland / _toConsumableArray

Function _toConsumableArray

index.js:6–8  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

4
5
6 function _toConsumableArray(arr) {
7 return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
8 }
9
10 function _arrayWithoutHoles(arr) {
11 if (Array.isArray(arr)) return _arrayLikeToArray(arr);

Callers 3

unrollFunction · 0.85
unroll$1Function · 0.85
viewFunction · 0.85

Calls 4

_arrayWithoutHolesFunction · 0.85
_iterableToArrayFunction · 0.85
_nonIterableSpreadFunction · 0.85

Tested by

no test coverage detected