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

Function useProvideStore

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:401–401  ·  view source on GitHub ↗
(storeId, store)

Source from the content-addressed store, hash-verified

399var useStores = () => useThings(OFFSET_STORE);
400var useStoreOrStoreById = (storeOrStoreId) => useThingOrThingById(storeOrStoreId, OFFSET_STORE);
401var useProvideStore = (storeId, store) => useProvideThing(storeId, store, OFFSET_STORE);
402var useCreateMergeableStore = (create) => {
403 const mergeableStore = createMemo(create);
404 return mergeableStore;

Callers

nothing calls this directly

Calls 1

useProvideThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…