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

Method GetBlockNesting

src/GCodes/GCodeMachineState.h:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226 GCodeMachineState *Pop() const noexcept;
227 uint16_t GetBlockNesting() const noexcept { return blockNesting; }
228
229 void SetMacroRestartable(bool b) noexcept { macroRestartable = b; }
230 bool CanRestartMacro() const noexcept;

Callers 2

THROWSFunction · 0.80
THROWSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected