| 1391 | } |
| 1392 | |
| 1393 | void GCodeBuffer::AppendFullCommand(const StringRef &s) const noexcept |
| 1394 | { |
| 1395 | PARSER_OPERATION(AppendFullCommand(s)); |
| 1396 | } |
| 1397 | |
| 1398 | void GCodeBuffer::AddParameters(VariableSet& vars, int codeRunning) THROWS(GCodeException) |
| 1399 | { |
no outgoing calls
no test coverage detected