MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / Bbb

Function Bbb

hook-test/src/App5.tsx:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13function Bbb() {
14 return <div><Ccc></Ccc></div>
15}
16
17function Ccc() {
18 const count = useContext(countContext);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected