Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void String::stabilize()
31
{
32
if (this->is_stable()) {
33
return;
34
}
35
this->internally_mutate_to_stable_string();
36
}
37
38
std::string const* String::str_if_stable() const
39
{
Callers
1
testStability
Function · 0.80
Calls
2
is_stable
Method · 0.95
internally_mutate_to_stable_string
Method · 0.95
Tested by
1
testStability
Function · 0.64