Function that determines if we need to render content for measurement based on the measurement cache contents.
(dataToMeasure)
| 42124 | return nextState; |
| 42125 | } |
| 42126 | /** Function that determines if we need to render content for measurement based on the measurement cache contents. */ function shouldRenderDataForMeasurement(dataToMeasure) { |
| 42127 | if (!dataToMeasure || _measurementCache.getCachedMeasurement(dataToMeasure) !== undefined) return false; |
| 42128 | return true; |
| 42129 | } |
| 42130 | function getInitialResizeGroupState(data) { |
| 42131 | return { |
| 42132 | dataToMeasure: (0, _tslib.__assign)({}, data), |
nothing calls this directly
no outgoing calls
no test coverage detected