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

Function hasSlice

src/indexes/index.ts:80–81  ·  view source on GitHub ↗
(indexId: Id, sliceId: Id)

Source from the content-addressed store, hash-verified

78 );
79
80 const hasSlice = (indexId: Id, sliceId: Id): boolean =>
81 collHas(getIndex(indexId), sliceId);
82
83 const setIndexDefinition = (
84 indexId: Id,

Callers

nothing calls this directly

Calls 1

collHasFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…