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

Function useStores

src/ui-solid/primitives.ts:461–461  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459): Accessor<Store | undefined> => useThing(id, OFFSET_STORE);
460
461export const useStores = (): Accessor<IdObj<Store>> => useThings(OFFSET_STORE);
462
463export const useStoreOrStoreById = (
464 storeOrStoreId?: MaybeAccessor<StoreOrStoreId | undefined>,

Callers 2

UndefinedContextChildrenFunction · 0.90

Calls 1

useThingsFunction · 0.90

Tested by 1

UndefinedContextChildrenFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…