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

Method moveStepUp

src/tools/ecode/uibuildsettings.cpp:846–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void UIBuildSettings::moveStepUp( size_t stepNum, bool isClean ) {
847 moveStepDir( stepNum, isClean, -1 );
848}
849
850void UIBuildSettings::moveStepDown( size_t stepNum, bool isClean ) {
851 moveStepDir( stepNum, isClean, 1 );

Callers 1

UIBuildStepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected