Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ setModeManuallySet
Method
setModeManuallySet
other_src/astyle/src/ASBeautifier.cpp:411–414 ·
view source on GitHub ↗
* set mode manually set flag */
Source
from the content-addressed store, hash-verified
409
* set mode manually set flag
410
*/
411
void ASBeautifier::setModeManuallySet(bool state)
412
{
413
isModeManuallySet = state;
414
}
415
416
/**
417
* indent using one tab per indentation
Callers
1
parseOption
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected