MCPcopy Create free account
hub / github.com/caseywebdev/react-list / hasDeterminateSize

Method hasDeterminateSize

src/react-list.js:225–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 3

getStartAndEndMethod · 0.95
react-list.jsFile · 0.80
index.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected