MCPcopy
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
104function useOuterBaz() {
105 return useInnerBaz();
106}
107
108function useInnerBaz() {
109 const [count] = useState(123);

Callers 1

index.jsFile · 0.85

Calls 1

useInnerBazFunction · 0.85

Tested by

no test coverage detected