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

Method set

source/CellMeasurer/types.js:7–7  ·  view source on GitHub ↗
(
    rowIndex: number,
    columnIndex: number,
    width: number,
    height: number,
  )

Source from the content-addressed store, hash-verified

5 hasFixedHeight(): boolean;
6 has(rowIndex: number, columnIndex: number): boolean;
7 set(
8 rowIndex: number,
9 columnIndex: number,
10 width: number,

Callers 6

_maybeMeasureCellMethod · 0.65
CellMeasurerClass · 0.65
setMethod · 0.65
Grid.jest.jsFile · 0.65

Implementers 2

CellMeasurerCachesource/CellMeasurer/CellMeasurerCache.
CellMeasurerCacheDecoratorsource/MultiGrid/CellMeasurerCacheDeco

Calls

no outgoing calls

Tested by

no test coverage detected