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

Function destroy

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

Source from the content-addressed store, hash-verified

261 };
262
263 const destroy = async () => {
264 await persister.stopSync();
265 extraDestroy();
266 return persister;
267 };
268
269 const getSynchronizerStats = () => ({sends, receives});
270

Callers

nothing calls this directly

Calls 1

stopSyncMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…