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