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

Function destroy

src/persisters/common/database/tabular.ts:214–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 });
213
214 const destroy = async () => {
215 await persister.stopAutoPersisting();
216 extraDestroy();
217 return persister;
218 };
219
220 const persister = createCustomPersister(
221 store,

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…