Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Kitware/CMake
/ SetString
Method
SetString
Source/cmXCodeObject.cxx:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
void cmXCodeObject::SetString(cm::string_view s)
230
{
231
this->String = std::string(s);
232
}
Callers
3
serialize
Method · 0.45
CreateString
Method · 0.45
AppendBuildSettingAttribute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected