()
| 7050 | _threadCount: 0 |
| 7051 | }; |
| 7052 | function createCache() { |
| 7053 | return { |
| 7054 | controller: new AbortControllerLocal(), |
| 7055 | data: new Map(), |
| 7056 | refCount: 0 |
| 7057 | }; |
| 7058 | } |
| 7059 | function releaseCache(cache) { |
| 7060 | cache.refCount--; |
| 7061 | 0 === cache.refCount && |
no outgoing calls
no test coverage detected
searching dependent graphs…