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

Function useSynchronizer

src/ui-react/hooks.ts:2433–2435  ·  view source on GitHub ↗
(
  id?: Id,
)

Source from the content-addressed store, hash-verified

2431 useThingIds(OFFSET_SYNCHRONIZER);
2432
2433export const useSynchronizer: typeof useSynchronizerDecl = (
2434 id?: Id,
2435): Synchronizer | undefined => useThing(id, OFFSET_SYNCHRONIZER);
2436
2437export const useSynchronizerOrSynchronizerById: typeof useSynchronizerOrSynchronizerByIdDecl =
2438 (

Callers 4

ContextSynchronizerChildFunction · 0.90
ProvidedThingsFunction · 0.90

Calls 1

useThingFunction · 0.90

Tested by 3

ContextSynchronizerChildFunction · 0.72
ProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…