MCPcopy
hub / github.com/tdewolff/minify / copy$1

Function copy$1

_benchmarks/sample_echarts.js:1664–1672  ·  view source on GitHub ↗
(out, m)

Source from the content-addressed store, hash-verified

1662 return out;
1663 }
1664 function copy$1(out, m) {
1665 out[0] = m[0];
1666 out[1] = m[1];
1667 out[2] = m[2];
1668 out[3] = m[3];
1669 out[4] = m[4];
1670 out[5] = m[5];
1671 return out;
1672 }
1673 function mul$1(out, m1, m2) {
1674 var out0 = m1[0] * m2[0] + m1[2] * m2[1];
1675 var out1 = m1[1] * m2[0] + m1[3] * m2[1];

Callers 3

clone$2Function · 0.85
sample_echarts.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…