MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / listCacheSet

Function listCacheSet

libs/echarts/echarts-en.simple.js:38415–38418  ·  view source on GitHub ↗
(cache, key, value)

Source from the content-addressed store, hash-verified

38413}
38414
38415function listCacheSet(cache, key, value) {
38416 cache.push({key: key, value: value});
38417 return value;
38418}
38419
38420function makeAutoCategoryInterval(axis) {
38421 var result = inner$6(axis).autoInterval;

Callers 2

makeCategoryTicksFunction · 0.70

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected