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

Function createCache

docs/index.js:7052–7058  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7050 _threadCount: 0
7051 };
7052function createCache() {
7053 return {
7054 controller: new AbortControllerLocal(),
7055 data: new Map(),
7056 refCount: 0
7057 };
7058}
7059function releaseCache(cache) {
7060 cache.refCount--;
7061 0 === cache.refCount &&

Callers 3

refreshCacheFunction · 0.85
beginWorkFunction · 0.85
createFiberRootFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…