Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ patchSetImmediate
Function
patchSetImmediate
scripts/jest/patchSetImmediate.js:3–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
export
function
patchSetImmediate() {
4
global.setImmediate = cb => {
5
setTimeout(cb, 0);
6
};
7
}
Callers
5
ReactFlightDOM-test.js
File · 0.90
ReactFlightDOMNode-test.js
File · 0.90
ReactFlightTurbopackDOM-test.js
File · 0.90
ReactFlightTurbopackDOMNode-test.js
File · 0.90
ReactFlightAsyncDebugInfo-test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected