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

Function getSuspendedCache

docs/index.js:7147–7152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7145 : push(resumedCache, prevCachePool.pool);
7146}
7147function getSuspendedCache() {
7148 var cacheFromPool = peekCacheFromPool();
7149 return null === cacheFromPool
7150 ? null
7151 : { parent: CacheContext._currentValue, pool: cacheFromPool };
7152}
7153var renderLanes = 0,
7154 currentlyRenderingFiber$1 = null,
7155 currentHook = null,

Callers 2

updateSuspenseComponentFunction · 0.85

Calls 1

peekCacheFromPoolFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…