Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
private:
68
int line;
Callers
8
WriteObjectDirectory
Method · 0.45
THROWS
Function · 0.45
RetrieveStateMachineResult
Method · 0.45
Pop
Method · 0.45
RunStateMachine
Method · 0.45
THROWS
Function · 0.45
GCodes2.cpp
File · 0.45
THROWS
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected