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

Method getExtentUnsafe

src/scale/scaleMapper.ts:245–245  ·  view source on GitHub ↗

* [NOTICE]: * Callers must NOT modify the return. * * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.

(
        this: This,
        kind: ScaleExtentKind,
        // NullUndefined means the outermost space.
        depth: ScaleMapperDepthOpt['depth'] | NullUndefined
    )

Source from the content-addressed store, hash-verified

243 * @see SCALE_EXTENT_CONSTRUCTION for the full processing flow.
244 */
245 getExtentUnsafe(
246 this: This,
247 kind: ScaleExtentKind,
248 // NullUndefined means the outermost space.

Callers 7

getExtentUnsafeMethod · 0.65
getExtentUnsafeMethod · 0.65
getExtentUnsafeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected