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

Function useSynchronizer

src/ui-solid/primitives.ts:2051–2053  ·  view source on GitHub ↗
(
  id?: MaybeAccessor<Id | undefined>,
)

Source from the content-addressed store, hash-verified

2049export const useSynchronizerIds = () => useThingIds(OFFSET_SYNCHRONIZER);
2050
2051export const useSynchronizer = (
2052 id?: MaybeAccessor<Id | undefined>,
2053): Accessor<Synchronizer | undefined> => useThing(id, OFFSET_SYNCHRONIZER);
2054
2055export const useSynchronizerOrSynchronizerById = (
2056 synchronizerOrSynchronizerId?: MaybeSynchronizerOrSynchronizerId,

Callers 3

ContextProvidedThingsFunction · 0.90

Calls 1

useThingFunction · 0.90

Tested by 2

ContextProvidedThingsFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…