| 175 | MOCK_METHOD(void, MsgOut, (), ()); |
| 176 | |
| 177 | MockAbstractController() : AbstractController(*mock_bus, 0, 32) {} |
| 178 | explicit MockAbstractController(int target_id) : AbstractController(*mock_bus, target_id, 32) { |
| 179 | AllocateBuffer(512); |
| 180 | } |
nothing calls this directly
no outgoing calls
no test coverage detected