| 1386 | } |
| 1387 | |
| 1388 | void GCodeBuffer::PrintCommand(const StringRef& s) const noexcept |
| 1389 | { |
| 1390 | PARSER_OPERATION(PrintCommand(s)); |
| 1391 | } |
| 1392 | |
| 1393 | void GCodeBuffer::AppendFullCommand(const StringRef &s) const noexcept |
| 1394 | { |
no outgoing calls
no test coverage detected