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