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

Method PrintCommand

src/GCodes/GCodeBuffer/GCodeBuffer.cpp:1388–1391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1386}
1387
1388void GCodeBuffer::PrintCommand(const StringRef& s) const noexcept
1389{
1390 PARSER_OPERATION(PrintCommand(s));
1391}
1392
1393void GCodeBuffer::AppendFullCommand(const StringRef &s) const noexcept
1394{

Callers 2

HandleResultMethod · 0.45
FillBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected