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

Function useProvideStore

src/ui-solid/primitives.ts:468–469  ·  view source on GitHub ↗
(storeId: Id, store: Store)

Source from the content-addressed store, hash-verified

466 useThingOrThingById(storeOrStoreId, OFFSET_STORE);
467
468export const useProvideStore = (storeId: Id, store: Store): void =>
469 useProvideThing(storeId, store, OFFSET_STORE);
470
471export const useCreateMergeableStore = (
472 create: () => MergeableStore,

Callers 3

UndefinedContextChildrenFunction · 0.90
DuplicateProvidedStoreFunction · 0.90

Calls 1

useProvideThingFunction · 0.90

Tested by 3

UndefinedContextChildrenFunction · 0.72
DuplicateProvidedStoreFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…