MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useStores

Function useStores

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

Source from the content-addressed store, hash-verified

626 useThing(id, OFFSET_STORE);
627
628export const useStores: typeof useStoresDecl = (): IdObj<Store> =>
629 useThings(OFFSET_STORE);
630
631export const useStoreOrStoreById: typeof useStoreOrStoreByIdDecl = (
632 storeOrStoreId?: StoreOrStoreId,

Callers 2

TestFunction · 0.90

Calls 1

useThingsFunction · 0.90

Tested by 1

TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…