MCPcopy
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
108function useInnerBaz() {
109 const [count] = useState(123);
110 return count;
111}
112
113const unusedPromise = Promise.resolve();
114const usedFulfilledPromise = Promise.resolve();

Callers 1

useOuterBazFunction · 0.85

Calls 1

useStateFunction · 0.90

Tested by

no test coverage detected