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

Method IsNull

src/GCodes/GCodeException.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 void DebugPrint() const noexcept;
64
65 bool IsNull() const noexcept { return message == nullptr; }
66
67private:
68 int line;

Callers 8

WriteObjectDirectoryMethod · 0.45
THROWSFunction · 0.45
PopMethod · 0.45
RunStateMachineMethod · 0.45
THROWSFunction · 0.45
GCodes2.cppFile · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected