Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ SetEnableSorting
Method
SetEnableSorting
Source/cmDebuggerVariables.h:114–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
this->IgnoreEmptyStringEntries = value;
113
}
114
void SetEnableSorting(bool value) noexcept { this->EnableSorting = value; }
115
virtual ~cmDebuggerVariables();
116
};
117
Callers
3
testIgnoreEmptyStringEntries
Function · 0.80
testSortTheResult
Function · 0.80
CreateIfAny
Method · 0.80
Calls
no outgoing calls
Tested by
2
testIgnoreEmptyStringEntries
Function · 0.64
testSortTheResult
Function · 0.64