MCPcopy Create free account
hub / github.com/Kitware/CMake / stabilize

Method stabilize

Source/cmString.cxx:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void String::stabilize()
31{
32 if (this->is_stable()) {
33 return;
34 }
35 this->internally_mutate_to_stable_string();
36}
37
38std::string const* String::str_if_stable() const
39{

Callers 1

testStabilityFunction · 0.80

Calls 2

is_stableMethod · 0.95

Tested by 1

testStabilityFunction · 0.64