Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ shouldSuspendImpl
Function
shouldSuspendImpl
docs/external/js/react-dom.development.js:24598–24600 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
24596
}
24597
24598
var
shouldSuspendImpl =
function
(fiber) {
24599
return
false;
24600
};
24601
24602
function
shouldSuspend(fiber) {
24603
return
shouldSuspendImpl(fiber);
Callers
1
shouldSuspend
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected