MCPcopy Create free account
hub / github.com/caseywebdev/react-list / releaseRootPooledCache

Function releaseRootPooledCache

docs/index.js:14648–14653  ·  view source on GitHub ↗
(root, remainingLanes)

Source from the content-addressed store, hash-verified

14646 return null;
14647}
14648function releaseRootPooledCache(root, remainingLanes) {
14649 0 === (root.pooledCacheLanes &= remainingLanes) &&
14650 ((remainingLanes = root.pooledCache),
14651 null != remainingLanes &&
14652 ((root.pooledCache = null), releaseCache(remainingLanes)));
14653}
14654function flushPassiveEffects() {
14655 if (null !== rootWithPendingPassiveEffects) {
14656 var root$170 = rootWithPendingPassiveEffects,

Callers 2

commitRootImplFunction · 0.85
flushPassiveEffectsFunction · 0.85

Calls 1

releaseCacheFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…