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

Function destroy

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

Source from the content-addressed store, hash-verified

265 };
266
267 const destroy = (): void => {
268 store.delListener(cellListenerId);
269 store.delListener(valueListenerId);
270 };
271
272 const getListenerStats = (): CheckpointsListenerStats => ({
273 checkpointIds: collSize2(checkpointIdsListeners),

Callers

nothing calls this directly

Calls 1

delListenerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…