MCPcopy Index your code
hub / github.com/caseywebdev/react-list / requestFormReset

Function requestFormReset

docs/index.js:17076–17081  ·  view source on GitHub ↗
(form)

Source from the content-addressed store, hash-verified

17074 return previousWasRendering || wasRendering;
17075}
17076function requestFormReset(form) {
17077 var formInst = getInstanceFromNode(form);
17078 null !== formInst && 5 === formInst.tag && "form" === formInst.type
17079 ? requestFormReset$1(formInst)
17080 : previousDispatcher.r(form);
17081}
17082var globalDocument = "undefined" === typeof document ? null : document;
17083function preconnectAs(rel, href, crossOrigin) {
17084 var ownerDocument = globalDocument;

Callers

nothing calls this directly

Calls 2

getInstanceFromNodeFunction · 0.85
requestFormReset$1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…