()
| 1406 | coordinator?.setZoomRange(start, end); |
| 1407 | }, |
| 1408 | getPerformanceMetrics() { |
| 1409 | if (disposed) return null; |
| 1410 | return calculatePerformanceMetrics(); |
| 1411 | }, |
| 1412 | getPerformanceCapabilities() { |
| 1413 | if (disposed) return null; |
| 1414 | return { |
nothing calls this directly
no test coverage detected