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

Function useProvideIndexes

src/ui-react/hooks.ts:1611–1614  ·  view source on GitHub ↗
(
  indexesId: Id,
  indexes: Indexes,
)

Source from the content-addressed store, hash-verified

1609 useThingOrThingById(indexesOrIndexesId, OFFSET_INDEXES);
1610
1611export const useProvideIndexes: typeof useProvideIndexesDecl = (
1612 indexesId: Id,
1613 indexes: Indexes,
1614): void => useProvideThing(indexesId, indexes, OFFSET_INDEXES);
1615
1616export const useSliceIds: typeof useSliceIdsDecl = (
1617 indexId: Id,

Callers 2

ProvideIndexesFunction · 0.90
ProvideThingsFunction · 0.90

Calls 1

useProvideThingFunction · 0.90

Tested by 2

ProvideIndexesFunction · 0.72
ProvideThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…