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

Method HasCommandNumber

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358bool GCodeBuffer::HasCommandNumber() const noexcept
359{
360 return PARSER_OPERATION(HasCommandNumber());
361}
362
363int GCodeBuffer::GetCommandNumber() const noexcept
364{

Callers 3

GetMessageMethod · 0.45
ActOnCodeMethod · 0.45
THROWSFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected