MCPcopy
hub / github.com/bvaughn/react-virtualized / createIsRowLoaded

Function createIsRowLoaded

source/InfiniteLoader/InfiniteLoader.jest.js:322–324  ·  view source on GitHub ↗
(rows)

Source from the content-addressed store, hash-verified

320
321describe('scanForUnloadedRanges', () => {
322 function createIsRowLoaded(rows) {
323 return ({index}) => rows[index];
324 }
325
326 it('should return an empty array for a range of rows that have all been loaded', () => {
327 expect(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…