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

Function hasSlice

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

Source from the content-addressed store, hash-verified

811 callListeners
812 );
813 const hasSlice = (indexId, sliceId) => collHas(getIndex(indexId), sliceId);
814 const setIndexDefinition = (indexId, tableId, getSliceIdOrIds, getSortKey, sliceIdSorter, rowIdSorter = defaultSorter) => {
815 const sliceIdArraySorter = isUndefined(sliceIdSorter) ? void 0 : ([id1], [id2]) => sliceIdSorter(id1, id2);
816 setDefinitionAndListen(

Callers

nothing calls this directly

Calls 1

collHasFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…