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

Function useStoreOrStoreById

src/ui-react/hooks.ts:631–633  ·  view source on GitHub ↗
(
  storeOrStoreId?: StoreOrStoreId,
)

Source from the content-addressed store, hash-verified

629 useThings(OFFSET_STORE);
630
631export const useStoreOrStoreById: typeof useStoreOrStoreByIdDecl = (
632 storeOrStoreId?: StoreOrStoreId,
633): Store | undefined => useThingOrThingById(storeOrStoreId, OFFSET_STORE);
634
635export const useProvideStore: typeof useProvideStoreDecl = (
636 storeId: Id,

Callers 15

useStoreSetCallbackFunction · 0.90
useDelFunction · 0.90
useSortedRowIdsImplFunction · 0.90
useHasTablesFunction · 0.90
useTablesFunction · 0.90
useTableIdsFunction · 0.90
useHasTableFunction · 0.90
useTableFunction · 0.90
useTableCellIdsFunction · 0.90
useHasTableCellFunction · 0.90
useRowCountFunction · 0.90

Calls 1

useThingOrThingByIdFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…