| 62 | |
| 63 | void CheckForExtraCharacters() THROWS(GCodeException); |
| 64 | const char *_ecv_array GetEndptr() const noexcept { return currentp; } |
| 65 | |
| 66 | private: |
| 67 | [[noreturn]] void __attribute__((noinline)) ThrowParseException(const char *_ecv_array str) const THROWS(GCodeException); |
no outgoing calls
no test coverage detected