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

Function inner

src/coord/View.ts:217–219  ·  view source on GitHub ↗
(viewCoordSys: View)

Source from the content-addressed store, hash-verified

215}
216
217function inner(viewCoordSys: View): ViewInner {
218 return viewCoordSys as ViewInner;
219}
220
221export const VIEW_COORD_SYS_TYPE = 'view';
222

Callers 15

createRenderPlannerFunction · 0.85
clearStorageMethod · 0.85
_doAnimationMethod · 0.85
renderNodeFunction · 0.85
buildVisualMappingFunction · 0.85
mapVisualFunction · 0.85
_updateElementsMethod · 0.85
_relocateMethod · 0.85
_clearMethod · 0.85
newElFunction · 0.85
createElFunction · 0.85
removeElFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…