| 222 | inline void AdvanceState() noexcept { state = static_cast<GCodeState>(static_cast<uint8_t>(state) + 1); } |
| 223 | |
| 224 | GCodeMachineState *_ecv_null GetPrevious() const noexcept { return previous; } |
| 225 | |
| 226 | GCodeMachineState *Pop() const noexcept; |
| 227 | uint16_t GetBlockNesting() const noexcept { return blockNesting; } |
no outgoing calls
no test coverage detected