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

Function Aaa

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

Source from the content-addressed store, hash-verified

3const countContext = createContext(111);
4
5function Aaa() {
6 return <div>
7 <countContext.Provider value={222}>
8 <Bbb></Bbb>
9 </countContext.Provider>
10 </div>
11}
12
13function Bbb() {
14 return <div><Ccc></Ccc></div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected