()
| 212 | }); |
| 213 | |
| 214 | const destroy = async () => { |
| 215 | await persister.stopAutoPersisting(); |
| 216 | extraDestroy(); |
| 217 | return persister; |
| 218 | }; |
| 219 | |
| 220 | const persister = createCustomPersister( |
| 221 | store, |
nothing calls this directly
no test coverage detected
searching dependent graphs…