Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ setCurrentTaskInDEV
Function
setCurrentTaskInDEV
packages/react-server/src/ReactFizzCurrentTask.js:15–19 ·
view source on GitHub ↗
(task: null | Task)
Source
from the content-addressed store, hash-verified
13
export
let
currentTaskInDEV: null | Task = null;
14
15
export
function
setCurrentTaskInDEV(task: null | Task): void {
16
if
(__DEV__) {
17
currentTaskInDEV = task;
18
}
19
}
Callers
3
abortTaskDEV
Function · 0.90
retryRenderTask
Function · 0.90
retryReplayTask
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected