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

Function useIndexesIds

src/ui-react/hooks.ts:1599–1600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1597): Indexes | undefined => useCreate(store, create, createDeps);
1598
1599export const useIndexesIds: typeof useIndexesIdsDecl = () =>
1600 useThingIds(OFFSET_INDEXES);
1601
1602export const useIndexes: typeof useIndexesDecl = (
1603 id?: Id,

Callers 5

ReaderFunction · 0.90
TestFunction · 0.90
BodyFunction · 0.90

Calls 1

useThingIdsFunction · 0.90

Tested by 2

ReaderFunction · 0.72
TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…