Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ useOuterBaz
Function
useOuterBaz
packages/react-devtools-shell/src/app/Hydration/index.js:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
function
useOuterBaz() {
105
return
useInnerBaz();
106
}
107
108
function
useInnerBaz() {
109
const
[count] = useState(123);
Callers
1
index.js
File · 0.85
Calls
1
useInnerBaz
Function · 0.85
Tested by
no test coverage detected