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

Function ProvideSynchronizer

test/unit/core/ui-react/hooks.test.tsx:1947–1950  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1945 const Test = () =>
1946 didRender(JSON.stringify(useSynchronizerStatus(synchronizer)));
1947 const ProvideSynchronizer = () => {
1948 useProvideSynchronizer('syn', synchronizer);
1949 return null;
1950 };
1951 const {container, unmount} = render(
1952 <Provider>
1953 <Test />

Callers

nothing calls this directly

Calls 1

useProvideSynchronizerFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…