MCPcopy Create free account
hub / github.com/caseywebdev/react-list / flushSyncWork

Function flushSyncWork

docs/index.js:17071–17075  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17069 M: preinitModuleScript
17070};
17071function flushSyncWork() {
17072 var previousWasRendering = previousDispatcher.f(),
17073 wasRendering = flushSyncWork$1();
17074 return previousWasRendering || wasRendering;
17075}
17076function requestFormReset(form) {
17077 var formInst = getInstanceFromNode(form);
17078 null !== formInst && 5 === formInst.tag && "form" === formInst.type

Callers

nothing calls this directly

Calls 1

flushSyncWork$1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…