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