Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dirkvranckaert/AndroidDecompiler
/ setModeManuallySet
Method
setModeManuallySet
astyle/src/ASBeautifier.cpp:447–450 ·
view source on GitHub ↗
* set mode manually set flag */
Source
from the content-addressed store, hash-verified
445
* set mode manually set flag
446
*/
447
void ASBeautifier::setModeManuallySet(bool state)
448
{
449
isModeManuallySet = state;
450
}
451
452
/**
453
* set tabLength equal to indentLength.
Callers
1
parseOption
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected