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

Function useCreateStore

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:393–396  ·  view source on GitHub ↗
(create)

Source from the content-addressed store, hash-verified

391 mutator
392);
393var useCreateStore = (create) => {
394 const store = createMemo(create);
395 return store;
396};
397var useStoreIds = () => useThingIds(OFFSET_STORE);
398var useStore = (id) => useThing(id, OFFSET_STORE);
399var useStores = () => useThings(OFFSET_STORE);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…