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

Function useCreateMergeableStore

src/ui-react/hooks.ts:640–644  ·  view source on GitHub ↗
(
  create: () => MergeableStore,
  createDeps: DependencyList = EMPTY_ARRAY,
  // eslint-disable-next-line react-hooks/exhaustive-deps
)

Source from the content-addressed store, hash-verified

638): void => useProvideThing(storeId, store, OFFSET_STORE);
639
640export const useCreateMergeableStore: typeof useCreateMergeableStoreDecl = (
641 create: () => MergeableStore,
642 createDeps: DependencyList = EMPTY_ARRAY,
643 // eslint-disable-next-line react-hooks/exhaustive-deps
644): MergeableStore => useMemo(create, createDeps);
645
646export const useHasTables: typeof useHasTablesDecl = (
647 storeOrStoreId?: StoreOrStoreId,

Callers 1

TestFunction · 0.90

Calls

no outgoing calls

Tested by 1

TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…