| 1374 | } |
| 1375 | |
| 1376 | const char *_ecv_array GCodeBuffer::DataStart() const noexcept |
| 1377 | { |
| 1378 | return PARSER_OPERATION(DataStart()); |
| 1379 | } |
| 1380 | |
| 1381 | // Return the length of the command. |
| 1382 | // WARNING! This may return the wrong value if the command has an unquoted string parameter and GetUnprecedentedString or GetPossiblyQuotedString hasn't been called yet. |
no outgoing calls
no test coverage detected