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

Function getSynchronizer

src/ui-svelte/functions.svelte.ts:964–965  ·  view source on GitHub ↗
(id?: Id)

Source from the content-addressed store, hash-verified

962 );
963
964export const getSynchronizer = (id?: Id): Synchronizer | undefined =>
965 getProvidedThing(id, OFFSET_SYNCHRONIZER) as Synchronizer | undefined;
966
967export const getSynchronizerIds = (): {readonly current: Ids} => {
968 const contextValue = getContextValue();

Callers

nothing calls this directly

Calls 1

getProvidedThingFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…