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

Function ContextSynchronizerChild

test/unit/core/ui-react/components.test.tsx:664–668  ·  view source on GitHub ↗
({
  synchronizerId,
}: {
  readonly synchronizerId?: string;
})

Source from the content-addressed store, hash-verified

662);
663
664const ContextSynchronizerChild = ({
665 synchronizerId,
666}: {
667 readonly synchronizerId?: string;
668}) => <>{useSynchronizer(synchronizerId)?.getStatus()}</>;
669
670const ContextNested = ({
671 store1,

Callers

nothing calls this directly

Calls 2

useSynchronizerFunction · 0.90
getStatusMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…