Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
846
void UIBuildSettings::moveStepUp( size_t stepNum, bool isClean ) {
847
moveStepDir( stepNum, isClean, -1 );
848
}
849
850
void UIBuildSettings::moveStepDown( size_t stepNum, bool isClean ) {
851
moveStepDir( stepNum, isClean, 1 );
Callers
1
UIBuildStep
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected