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

Function createCellPositioner

source/Masonry/Masonry.jest.js:32–38  ·  view source on GitHub ↗
(cache)

Source from the content-addressed store, hash-verified

30}
31
32function createCellPositioner(cache) {
33 return createCellPositionerUtil({
34 cellMeasurerCache: cache,
35 columnCount: COLUMN_COUNT,
36 columnWidth: CELL_SIZE_MULTIPLIER,
37 });
38}
39
40function createCellRenderer(cache, renderCallback) {
41 renderCallback =

Callers 2

Masonry.jest.jsFile · 0.70
ifFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…