()
| 357 | const getStore = (): Store => store; |
| 358 | |
| 359 | const destroy = (): Promise<Persister<Persist>> => { |
| 360 | arrayClear(mapGet(scheduleActions, scheduleId) as Action[]); |
| 361 | return stopAutoPersisting(); |
| 362 | }; |
| 363 | |
| 364 | const getStats = (): PersisterStats => ({loads, saves}); |
| 365 |
nothing calls this directly
no test coverage detected
searching dependent graphs…