Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
useCreatePersister
Function · 0.50
useCreateSynchronizer
Function · 0.50
destroyPersister
Function · 0.50
destroySynchronizer
Function · 0.50
Calls
2
arrayForEach
Function · 0.90
getQueryIds
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…