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

Function viewCoordSysCopyViewRect

src/coord/View.ts:350–354  ·  view source on GitHub ↗
(
    out: BoundingRect | NullUndefined, viewCoordSys: View
)

Source from the content-addressed store, hash-verified

348}
349
350export function viewCoordSysCopyViewRect(
351 out: BoundingRect | NullUndefined, viewCoordSys: View
352): BoundingRect {
353 return boundingRectCopy(out || boundingRectCreate(), inner(viewCoordSys).viewRect);
354}
355
356/**
357 * Copy from `ViewInner['trans']`.

Callers 3

drawMethod · 0.90
getAreaMethod · 0.90
getViewRectMethod · 0.85

Calls 1

innerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…