()
| 77 | }); |
| 78 | |
| 79 | const destroy = async () => { |
| 80 | await persister.stopAutoPersisting(); |
| 81 | extraDestroy(); |
| 82 | return persister; |
| 83 | }; |
| 84 | |
| 85 | const persister = createCustomPersister( |
| 86 | store, |
nothing calls this directly
no test coverage detected
searching dependent graphs…