MCPcopy Index your code
hub / github.com/apache/echarts / getECUpdateCycleVersion

Method getECUpdateCycleVersion

src/core/echarts.ts:2796–2798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2794 return ecIns.getViewOfSeriesModel(seriesModel);
2795 }
2796 getECUpdateCycleVersion(): number {
2797 return ecIns[EC_UPDATE_CYCLE_VERSION_KEY];
2798 }
2799 usingTHL(): boolean {
2800 return ecIns._usingTHL;
2801 }

Callers 2

resetMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected