Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ Foo
Function
Foo
packages/react-reconciler/src/__tests__/ReactNewContext-test.js:879–882 ·
view source on GitHub ↗
(props)
Source
from the content-addressed store, hash-verified
877
const
Context = React.createContext(0);
878
879
function
Foo(props) {
880
Scheduler.log(
'Foo'
);
881
return
null;
882
}
883
884
function
App(props) {
885
return
(
Callers
nothing calls this directly
Calls
1
useContext
Function · 0.50
Tested by
no test coverage detected