()
| 33 | }; |
| 34 | |
| 35 | const App = () => ( |
| 36 | <Provider> |
| 37 | <WrappedAaa /> |
| 38 | <WrappedBbb /> |
| 39 | </Provider> |
| 40 | ); |
| 41 | |
| 42 | const WrappedAaa = () => { |
| 43 | const { aaa, setAaa } = useContext(context); |
nothing calls this directly
no outgoing calls
no test coverage detected