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

Method ResetIndentationAfterPop

src/GCodes/GCodeBuffer/StringParser.cpp:1170–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170void StringParser::ResetIndentationAfterPop() noexcept
1171{
1172 if (indentToSkipTo != NoIndentSkip)
1173 {
1174 indentToSkipTo = (gb.GetBlockIndent() > 0) ? gb.GetBlockIndent() : NoIndentSkip;
1175 }
1176}
1177
1178// Flag this command as completed
1179void StringParser::SetFinished() noexcept

Callers 1

PopStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected