()
| 176 | return content?.yogaNode?.getComputedHeight() ?? domRef.current?.scrollHeight ?? 0; |
| 177 | }, |
| 178 | getViewportHeight() { |
| 179 | return domRef.current?.scrollViewportHeight ?? 0; |
| 180 | }, |
| 181 | getViewportTop() { |
| 182 | return domRef.current?.scrollViewportTop ?? 0; |
| 183 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected