MCPcopy Create free account
hub / github.com/microsoft/SandDance / setRefreshHandler

Function setRefreshHandler

docs/external/js/react-dom.development.js:11585–11589  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

11583
11584 var failedBoundaries = null;
11585 var setRefreshHandler = function (handler) {
11586 {
11587 resolveFamily = handler;
11588 }
11589 };
11590 function resolveFunctionForHotReloading(type) {
11591 {
11592 if (resolveFamily === null) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected