()
| 1327 | return persister; |
| 1328 | }; |
| 1329 | const getStore = () => store; |
| 1330 | const destroy = () => { |
| 1331 | arrayClear(mapGet(scheduleActions, scheduleId)); |
| 1332 | return stopAutoPersisting(); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…