()
| 223 | } |
| 224 | |
| 225 | hasDeterminateSize() { |
| 226 | const { itemSizeGetter, type } = this.props; |
| 227 | return type === 'uniform' || itemSizeGetter; |
| 228 | } |
| 229 | |
| 230 | getStartAndEnd(threshold = this.props.threshold) { |
| 231 | const scroll = this.getScrollPosition(); |
no outgoing calls
no test coverage detected