Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ log
Function
log
packages/scheduler/src/__tests__/SchedulerPostTask-test.js:152–154 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
150
}
151
}
152
function
log(val) {
153
eventLog.push(val);
154
}
155
function
isLogEmpty() {
156
return
eventLog.length === 0;
157
}
Callers
2
installMockBrowserRuntime
Function · 0.70
flushTasks
Function · 0.70
Calls
1
push
Method · 0.65
Tested by
no test coverage detected