MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delIndexDefinition

Function delIndexDefinition

src/indexes/index.ts:246–249  ·  view source on GitHub ↗
(indexId: Id)

Source from the content-addressed store, hash-verified

244 };
245
246 const delIndexDefinition = (indexId: Id): Indexes => {
247 delDefinition(indexId);
248 return indexes;
249 };
250
251 const getSliceIds = (indexId: Id): Ids => mapKeys(getIndex(indexId));
252

Callers

nothing calls this directly

Calls 1

delDefinitionFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…