()
| 62 | }); |
| 63 | |
| 64 | const WrappedBbb = () => { |
| 65 | const { bbb, setBbb } = useContext(context); |
| 66 | |
| 67 | return <Bbb bbb={bbb} setBbb={setBbb}/> |
| 68 | }; |
| 69 | |
| 70 | interface BbbProps { |
| 71 | bbb: number; |
nothing calls this directly
no outgoing calls
no test coverage detected