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

Function useCreateStore

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:439–439  ·  view source on GitHub ↗
(create, createDeps = EMPTY_ARRAY)

Source from the content-addressed store, hash-verified

437 mutator
438);
439var useCreateStore = (create, createDeps = EMPTY_ARRAY) => useMemo(create, createDeps);
440var useStoreIds = () => useThingIds(OFFSET_STORE);
441var useStore = (id) => useThing(id, OFFSET_STORE);
442var 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…