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

Function delIndexDefinition

docs/pseudo.esm.sh/tinybase@9.0.0/index.js:937–940  ·  view source on GitHub ↗
(indexId)

Source from the content-addressed store, hash-verified

935 );
936 };
937 const delIndexDefinition = (indexId) => {
938 delDefinition(indexId);
939 return indexes;
940 };
941 const getSliceIds = (indexId) => mapKeys(getIndex(indexId));
942 const getSliceRowIds = (indexId, sliceId) => collValues(mapGet(getIndex(indexId), sliceId));
943 const addSliceIdsListener = (indexId, listener) => addListener(listener, sliceIdsListeners, [indexId]);

Callers

nothing calls this directly

Calls 1

delDefinitionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…