()
| 1433 | }; |
| 1434 | const getStore = () => store; |
| 1435 | const destroy = () => { |
| 1436 | arrayClear(mapGet(scheduleActions, scheduleId)); |
| 1437 | return stopAutoPersisting(); |
| 1438 | }; |
| 1439 | const getStats = () => ({ loads, saves }); |
| 1440 | const persister = { |
| 1441 | load, |
no test coverage detected
searching dependent graphs…