MCPcopy Index your code
hub / github.com/caseywebdev/react-list / pushTransition

Function pushTransition

docs/index.js:7142–7146  ·  view source on GitHub ↗
(offscreenWorkInProgress, prevCachePool)

Source from the content-addressed store, hash-verified

7140 : workInProgressRoot.pooledCache;
7141}
7142function pushTransition(offscreenWorkInProgress, prevCachePool) {
7143 null === prevCachePool
7144 ? push(resumedCache, resumedCache.current)
7145 : push(resumedCache, prevCachePool.pool);
7146}
7147function getSuspendedCache() {
7148 var cacheFromPool = peekCacheFromPool();
7149 return null === cacheFromPool

Callers 2

updateOffscreenComponentFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…