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

Function THROWS

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298// Check whether the current command is a meta command, or we are skipping a block. Return true if we are and the current line no longer needs to be processed.
299bool GCodeBuffer::CheckMetaCommand(const StringRef& reply) THROWS(GCodeException)
300{
301 return NOT_BINARY_AND(stringParser.CheckMetaCommand(reply));
302}
303
304#if HAS_SBC_INTERFACE
305

Callers

nothing calls this directly

Calls 4

ConvertSpeedFromMmFunction · 0.85
ConvertAccelerationFunction · 0.85
GCodeExceptionClass · 0.50
GetColumnMethod · 0.45

Tested by

no test coverage detected