()
| 2034 | }; |
| 2035 | |
| 2036 | const requestRender = (): void => { |
| 2037 | callbacks?.onRequestRender?.(); |
| 2038 | }; |
| 2039 | |
| 2040 | const isFullSpanZoomRange = (range: ZoomRange | null): boolean => { |
| 2041 | if (!range) return true; |
no outgoing calls
no test coverage detected