MCPcopy Index your code
hub / github.com/microsoft/SandDance / syncUpdates

Function syncUpdates

docs/external/js/react-dom.development.js:21967–21969  ·  view source on GitHub ↗
(fn, a, b, c)

Source from the content-addressed store, hash-verified

21965 flushPassiveEffects();
21966 }
21967 function syncUpdates(fn, a, b, c) {
21968 return runWithPriority$1(ImmediatePriority, fn.bind(null, a, b, c));
21969 }
21970
21971 function flushPendingDiscreteUpdates() {
21972 if (rootsWithPendingDiscreteUpdates !== null) {

Callers 1

scheduleRootFunction · 0.85

Calls 1

runWithPriority$1Function · 0.85

Tested by

no test coverage detected