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

Method FileEnded

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:348–351  ·  view source on GitHub ↗

Called when we reach the end of the file we are reading from. Return true if there is a line waiting to be processed.

Source from the content-addressed store, hash-verified

346
347// Called when we reach the end of the file we are reading from. Return true if there is a line waiting to be processed.
348bool GCodeBuffer::FileEnded() noexcept
349{
350 return NOT_BINARY_AND(stringParser.FileEnded());
351}
352
353char GCodeBuffer::GetCommandLetter() const noexcept
354{

Callers 1

DoFilePrintMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected