MCPcopy
hub / github.com/tinyplex/tinybase / destroy

Function destroy

src/queries/index.ts:937–940  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935 });
936
937 const destroy = (): void => {
938 arrayForEach(getQueryIds(), delQueryDefinition);
939 destroyImpl();
940 };
941
942 const queries: any = {
943 setQueryDefinition,

Callers 4

useCreatePersisterFunction · 0.50
useCreateSynchronizerFunction · 0.50
destroyPersisterFunction · 0.50
destroySynchronizerFunction · 0.50

Calls 2

arrayForEachFunction · 0.90
getQueryIdsFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…