MCPcopy Create free account
hub / github.com/reactjs/react-rails / shouldSuspendImpl

Function shouldSuspendImpl

lib/assets/react-source/development/react.js:28158–28160  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

28156 }
28157
28158 var shouldSuspendImpl = function (fiber) {
28159 return false;
28160 };
28161
28162 function shouldSuspend(fiber) {
28163 return shouldSuspendImpl(fiber);

Callers 1

shouldSuspendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected