MCPcopy
hub / github.com/apache/echarts / getCachePerECFullUpdate

Function getCachePerECFullUpdate

src/util/cycleCache.ts:83–85  ·  view source on GitHub ↗
(ecModel: GlobalModel)

Source from the content-addressed store, hash-verified

81 * - See `getCachePerECPrepare` for details.
82 */
83export function getCachePerECFullUpdate(ecModel: GlobalModel): GlobalModelCachePerECFullUpdate {
84 return ecModelCacheInner(ecModel).fullUpdate;
85}

Callers 6

getAxisStatPerKeyPerAxisFunction · 0.90
eachKeyEachAxisFunction · 0.90
eachSeriesOnAxisFunction · 0.90
eachAxisOnKeyFunction · 0.90
eachKeyOnAxisFunction · 0.90
associateSeriesWithAxisFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…