MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / _toConsumableArray

Function _toConsumableArray

chapter18/docs/d3-graphviz.js:48–50  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

46 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
47 }
48 function _toConsumableArray(r) {
49 return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread();
50 }
51 function _toPrimitive(t, r) {
52 if ("object" != typeof t || !t) return t;
53 var e = t[Symbol.toPrimitive];

Callers 2

logEventsFunction · 0.70
GraphvizFunction · 0.70

Calls 4

_arrayWithoutHolesFunction · 0.70
_iterableToArrayFunction · 0.70
_nonIterableSpreadFunction · 0.70

Tested by

no test coverage detected