()
| 1432 | return persister; |
| 1433 | }; |
| 1434 | const getStore = () => store; |
| 1435 | const destroy = () => { |
| 1436 | arrayClear(mapGet(scheduleActions, scheduleId)); |
| 1437 | return stopAutoPersisting(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…