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

Function isViewCoordSys

src/coord/View.ts:597–599  ·  view source on GitHub ↗
(coordSys: CoordinateSystem | NullUndefined)

Source from the content-addressed store, hash-verified

595const tmpViewRectCenter: number[] = [];
596
597export function isViewCoordSys(coordSys: CoordinateSystem | NullUndefined): coordSys is View {
598 return coordSys && coordSys.type === 'view';
599}
600
601/**
602 * NOTICE:

Callers 2

getNodeGlobalScaleFunction · 0.90
__ownRoamViewMethod · 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…