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

Function createCellMeasurerCache

source/Masonry/Masonry.jest.js:22–30  ·  view source on GitHub ↗
(props = {})

Source from the content-addressed store, hash-verified

20}
21
22function createCellMeasurerCache(props = {}) {
23 return new CellMeasurerCache({
24 defaultHeight: CELL_SIZE_MULTIPLIER,
25 defaultWidth: CELL_SIZE_MULTIPLIER,
26 fixedWidth: true,
27 keyMapper: index => index,
28 ...props,
29 });
30}
31
32function createCellPositioner(cache) {
33 return createCellPositionerUtil({

Callers 1

Masonry.jest.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…