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

Function useIndexes

src/ui-react/hooks.ts:1602–1604  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

1600 useThingIds(OFFSET_INDEXES);
1601
1602export const useIndexes: typeof useIndexesDecl = (
1603 id?: Id,
1604): Indexes | undefined => useThing(id, OFFSET_INDEXES);
1605
1606export const useIndexesOrIndexesById: typeof useIndexesOrIndexesByIdDecl = (
1607 indexesOrIndexesId?: IndexesOrIndexesId,

Callers 8

TestFunction · 0.90
ProvidedThingsFunction · 0.90
IndexesViewFunction · 0.90
BodyFunction · 0.90
IndexesFunction · 0.50
IndexesFunction · 0.50

Calls 1

useThingFunction · 0.90

Tested by 3

TestFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…