MCPcopy 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

testSortTheResultFunction · 0.80
CreateIfAnyMethod · 0.80

Calls

no outgoing calls

Tested by 2

testSortTheResultFunction · 0.64