MCPcopy 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
229void cmXCodeObject::SetString(cm::string_view s)
230{
231 this->String = std::string(s);
232}

Callers 3

serializeMethod · 0.45
CreateStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected