()
| 355 | }; |
| 356 | |
| 357 | const getStore = (): Store => store; |
| 358 | |
| 359 | const destroy = (): Promise<Persister<Persist>> => { |
| 360 | arrayClear(mapGet(scheduleActions, scheduleId) as Action[]); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…