(kind, depth)
| 207 | }, |
| 208 | |
| 209 | getExtentUnsafe(kind, depth) { |
| 210 | return this._mapper.getExtentUnsafe(kind, depth); |
| 211 | }, |
| 212 | |
| 213 | /** |
| 214 | * NOTICE: OrdinalScale extent should always originates from |
nothing calls this directly
no test coverage detected