MCPcopy
hub / github.com/idank/explainshell / d3_arraySlice

Function d3_arraySlice

explainshell/web/static/js/d3.v3.js:462–464  ·  view source on GitHub ↗
(pseudoarray)

Source from the content-addressed store, hash-verified

460 return array;
461 }
462 function d3_arraySlice(pseudoarray) {
463 return Array.prototype.slice.call(pseudoarray);
464 }
465 try {
466 d3_array(d3_document.documentElement.childNodes)[0].nodeType;
467 } catch (e) {

Callers

nothing calls this directly

Calls 1

callMethod · 0.45

Tested by

no test coverage detected