Line | Branch | Decision | Exec | Source |
---|---|---|---|---|
1 | // | |||
2 | // Created by kifir on 12/17/24. | |||
3 | // | |||
4 | ||||
5 | #include "pch.h" | |||
6 | ||||
7 | #include "shift_torque_reduction_switch_params.h" | |||
8 | ||||
9 | 21 | void PrintTo(const ShiftTorqueReductionSwitchParams& params, std::ostream* os) { | ||
10 | 21 | *os << params.description; | ||
11 | 21 | } | ||
12 |