()
| 535 | |
| 536 | returnedRef.current = { |
| 537 | get state() { |
| 538 | if (!stateCache) { |
| 539 | stateCache = new Map(entries) |
| 540 | } |
| 541 | return stateCache |
| 542 | }, |
| 543 | get data() { |
| 544 | if (!dataCache) { |
| 545 | dataCache = entries.map(([, value]) => value) |
no outgoing calls
no test coverage detected