()
| 541 | return stateCache |
| 542 | }, |
| 543 | get data() { |
| 544 | if (!dataCache) { |
| 545 | dataCache = entries.map(([, value]) => value) |
| 546 | } |
| 547 | return singleResult ? dataCache[0] : dataCache |
| 548 | }, |
| 549 | collection: snapshot.collection, |
| 550 | status: snapshot.collection.status, |
| 551 | isLoading: snapshot.collection.status === `loading`, |
no test coverage detected