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

Function retainCache

docs/index.js:24233–24239  ·  view source on GitHub ↗
(cache)

Source from the content-addressed store, hash-verified

24231 };
24232 }
24233 function retainCache(cache) {
24234 cache.controller.signal.aborted &&
24235 console.warn(
24236 "A cache instance was retained after it was already freed. This likely indicates a bug in React."
24237 );
24238 cache.refCount++;
24239 }
24240 function releaseCache(cache) {
24241 cache.refCount--;
24242 0 > cache.refCount &&

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…