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

Function useCreateIndexes

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:773–773  ·  view source on GitHub ↗
(store, create)

Source from the content-addressed store, hash-verified

771 metricId
772]);
773var useCreateIndexes = (store, create) => useCreate(store, create);
774var useIndexesIds = () => useThingIds(OFFSET_INDEXES);
775var useIndexes = (id) => useThing(id, OFFSET_INDEXES);
776var useIndexesOrIndexesById = (indexesOrIndexesId) => useThingOrThingById(indexesOrIndexesId, OFFSET_INDEXES);

Callers

nothing calls this directly

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…