MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / copyRgba

Function copyRgba

libs/echarts/echarts-en.simple.js:3832–3838  ·  view source on GitHub ↗
(out, a)

Source from the content-addressed store, hash-verified

3830 return out;
3831}
3832function copyRgba(out, a) {
3833 out[0] = a[0];
3834 out[1] = a[1];
3835 out[2] = a[2];
3836 out[3] = a[3];
3837 return out;
3838}
3839
3840var colorCache = new LRU(20);
3841var lastRemovedArr = null;

Callers 2

putToCacheFunction · 0.70
parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected