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

Function destroy

src/persisters/common/database/json.ts:79–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 });
78
79 const destroy = async () => {
80 await persister.stopAutoPersisting();
81 extraDestroy();
82 return persister;
83 };
84
85 const persister = createCustomPersister(
86 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…