* [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
)
| 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. |
no outgoing calls
no test coverage detected