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

Function useCreateQueries

src/ui-react/hooks.ts:1792–1796  ·  view source on GitHub ↗
(
  store: Store | undefined,
  create: (store: Store) => Queries,
  createDeps?: DependencyList,
)

Source from the content-addressed store, hash-verified

1790 );
1791
1792export const useCreateQueries: typeof useCreateQueriesDecl = (
1793 store: Store | undefined,
1794 create: (store: Store) => Queries,
1795 createDeps?: DependencyList,
1796): Queries | undefined => useCreate(store, create, createDeps);
1797
1798export const useQueriesIds: typeof useQueriesIdsDecl = () =>
1799 useThingIds(OFFSET_QUERIES);

Callers 3

TestFunction · 0.90
QueriesFunction · 0.50
QueriesFunction · 0.50

Calls 1

useCreateFunction · 0.70

Tested by 1

TestFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…