MCPcopy Create free account
hub / github.com/SpartanJ/eepp / moveStepDown

Method moveStepDown

src/tools/ecode/uibuildsettings.cpp:850–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void UIBuildSettings::moveStepDown( size_t stepNum, bool isClean ) {
851 moveStepDir( stepNum, isClean, 1 );
852}
853
854void UIBuildSettings::moveStepDir( size_t stepNum, bool isClean, int dir ) {
855 ProjectBuildSteps& steps = isClean ? mBuild.mClean : mBuild.mBuild;

Callers 1

UIBuildStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected