Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
reset
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected