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

Function useIndexesIds

src/ui-solid/primitives.ts:1280–1280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1278): Accessor<Indexes | undefined> => useCreate(store, create);
1279
1280export const useIndexesIds = () => useThingIds(OFFSET_INDEXES);
1281
1282export const useIndexes = (
1283 id?: MaybeAccessor<Id | undefined>,

Callers 4

ReaderFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 1

ReaderFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…