()
| 255 | }; |
| 256 | |
| 257 | const stopSync = async () => { |
| 258 | syncing = 0; |
| 259 | await persister.stopAutoPersisting(); |
| 260 | return persister; |
| 261 | }; |
| 262 | |
| 263 | const destroy = async () => { |
| 264 | await persister.stopSync(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…