MCPcopy Create free account
hub / github.com/tinyplex/tinybase / stopSync

Function stopSync

src/synchronizers/index.ts:257–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

stopAutoPersistingMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…