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

Function destroy

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid-inspector/index.js:1435–1438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1433 };
1434 const getStore = () => store;
1435 const destroy = () => {
1436 arrayClear(mapGet(scheduleActions, scheduleId));
1437 return stopAutoPersisting();
1438 };
1439 const getStats = () => ({ loads, saves });
1440 const persister = {
1441 load,

Callers 3

destroyPersisterFunction · 0.70
destroyPersisterFunction · 0.50
destroySynchronizerFunction · 0.50

Calls 3

arrayClearFunction · 0.70
mapGetFunction · 0.70
stopAutoPersistingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…