| 361 | } |
| 362 | |
| 363 | int GCodeBuffer::GetCommandNumber() const noexcept |
| 364 | { |
| 365 | return PARSER_OPERATION(GetCommandNumber()); |
| 366 | } |
| 367 | |
| 368 | void GCodeBuffer::GetCompleteParameters(const StringRef& str) THROWS(GCodeException) |
| 369 | { |
no outgoing calls
no test coverage detected