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

Function useProvideSynchronizer

src/ui-react/hooks.ts:2443–2446  ·  view source on GitHub ↗
(
  persisterId: Id,
  persister: Synchronizer,
)

Source from the content-addressed store, hash-verified

2441 useThingOrThingById(synchronizerOrSynchronizerId, OFFSET_SYNCHRONIZER);
2442
2443export const useProvideSynchronizer: typeof useProvideSynchronizerDecl = (
2444 persisterId: Id,
2445 persister: Synchronizer,
2446): void => useProvideThing(persisterId, persister, OFFSET_SYNCHRONIZER);
2447
2448export const useSynchronizerStatus: typeof useSynchronizerStatusDecl = (
2449 synchronizerOrSynchronizerId?: SynchronizerOrSynchronizerId,

Callers 2

ProvideSynchronizerFunction · 0.90
ProvideThingsFunction · 0.90

Calls 1

useProvideThingFunction · 0.90

Tested by 2

ProvideSynchronizerFunction · 0.72
ProvideThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…