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

Function provideSynchronizer

src/ui-svelte/functions.svelte.ts:1599–1602  ·  view source on GitHub ↗
(
  synchronizerId: Id,
  synchronizer: Synchronizer,
)

Source from the content-addressed store, hash-verified

1597): void => provideThing(persisterId, persister, OFFSET_PERSISTER);
1598
1599export const provideSynchronizer = (
1600 synchronizerId: Id,
1601 synchronizer: Synchronizer,
1602): void => provideThing(synchronizerId, synchronizer, OFFSET_SYNCHRONIZER);

Callers

nothing calls this directly

Calls 1

provideThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…