()
| 160 | forceRender(n => n + 1); |
| 161 | }, |
| 162 | getScrollTop() { |
| 163 | return domRef.current?.scrollTop ?? 0; |
| 164 | }, |
| 165 | getPendingDelta() { |
| 166 | // Accumulated-but-not-yet-drained delta. useVirtualScroll needs |
| 167 | // this to mount the union [committed, committed+pending] range — |
nothing calls this directly
no outgoing calls
no test coverage detected