| 6 | #include "events.pb.h" |
| 7 | |
| 8 | CycleInput::CycleInput() |
| 9 | { |
| 10 | } |
| 11 | void CycleInput::load(proto_CycleInput config, std::shared_ptr<CycleDevice> device, std::unique_ptr<Input> input, std::unique_ptr<Input> input_reverse) |
| 12 | { |
| 13 | m_input = std::move(input); |
nothing calls this directly
no outgoing calls
no test coverage detected