MCPcopy Index your code
hub / github.com/Kitware/CMake / View

Method View

Source/cmStringAlgorithms.h:246–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 }
245
246 cm::string_view View() const
247 {
248 if (this->RValueString_) {
249 return *this->RValueString_;
250 }
251 return this->View_;
252 }
253
254 std::string* RValueString() const { return this->RValueString_; }
255

Callers 3

ParseIndexFunction · 0.80
HandleJSONCommandFunction · 0.80
cmStrCatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected