MCPcopy Index your code
hub / github.com/react/react / Baz

Function Baz

packages/react-dom/src/__tests__/ReactDOMServerIntegrationHooks-test.js:725–728  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723 }
724
725 function Baz() {
726 const {baz} = useContext(Context);
727 return <Text text={'Baz: ' + baz} />;
728 }
729
730 class Indirection extends React.Component {
731 render() {

Callers

nothing calls this directly

Calls 2

readContextFunction · 0.70
useContextFunction · 0.50

Tested by

no test coverage detected