Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ is_stable
Method
is_stable
Source/cmString.cxx:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
bool String::is_stable() const
26
{
27
return this->str_if_stable() != nullptr;
28
}
29
30
void String::stabilize()
31
{
Callers
15
stabilize
Method · 0.95
testConstructDefault
Function · 0.80
testFromNullPtr
Function · 0.80
testFromCStrNull
Function · 0.80
testFromCharArray
Function · 0.80
testFromCStr
Function · 0.80
testFromStdString
Function · 0.80
testFromChar
Function · 0.80
testConstructFromInitList
Function · 0.80
testAssignFromInitList
Function · 0.80
testConstructFromInputIterator
Function · 0.80
testConstructFromN
Function · 0.80
Calls
1
str_if_stable
Method · 0.95
Tested by
15
testConstructDefault
Function · 0.64
testFromNullPtr
Function · 0.64
testFromCStrNull
Function · 0.64
testFromCharArray
Function · 0.64
testFromCStr
Function · 0.64
testFromStdString
Function · 0.64
testFromChar
Function · 0.64
testConstructFromInitList
Function · 0.64
testAssignFromInitList
Function · 0.64
testConstructFromInputIterator
Function · 0.64
testConstructFromN
Function · 0.64
testFromStaticStringView
Function · 0.64