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

Function useCreateIndexes

src/ui-solid/primitives.ts:1275–1278  ·  view source on GitHub ↗
(
  store: Store | undefined,
  create: (store: Store) => Indexes,
)

Source from the content-addressed store, hash-verified

1273 ]);
1274
1275export const useCreateIndexes = (
1276 store: Store | undefined,
1277 create: (store: Store) => Indexes,
1278): Accessor<Indexes | undefined> => useCreate(store, create);
1279
1280export const useIndexesIds = () => useThingIds(OFFSET_INDEXES);
1281

Callers 1

primitives.test.tsFile · 0.90

Calls 1

useCreateFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…