MCPcopy
hub / github.com/tdewolff/minify / is2DArray

Function is2DArray

_benchmarks/sample_echarts.js:4891–4893  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4889 }
4890 }
4891 function is2DArray(value) {
4892 return isArrayLike(value[0]);
4893 }
4894 function copyValue(target, source, key) {
4895 if (isArrayLike(source[key])) {
4896 if (!isArrayLike(target[key])) {

Callers 1

copyValueFunction · 0.85

Calls 1

isArrayLikeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…