MCPcopy Create free account
hub / github.com/Duet3D/RepRapFirmware / GetEndptr

Method GetEndptr

src/GCodes/GCodeBuffer/ExpressionParser.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

THROWSFunction · 0.80
ProcessAbortCommandMethod · 0.80
ExchangeDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected