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

Method GetCommandLetter

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353char GCodeBuffer::GetCommandLetter() const noexcept
354{
355 return PARSER_OPERATION(GetCommandLetter());
356}
357
358bool GCodeBuffer::HasCommandNumber() const noexcept
359{

Callers 6

GetMessageMethod · 0.45
HandleReplyMethod · 0.45
ActOnCodeMethod · 0.45
THROWSFunction · 0.45
FillBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected