MCPcopy Create free account
hub / github.com/c3js/c3 / flattenArray

Function flattenArray

c3.js:120–122  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

118 : str;
119 };
120 var flattenArray = function (arr) {
121 return Array.isArray(arr) ? [].concat.apply([], arr) : [];
122 };
123 /**
124 * Returns whether the point is within the given box.
125 *

Callers 1

c3.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…