MCPcopy Create free account
hub / github.com/Kitware/CMake / SafeContent

Method SafeContent

Source/cmXMLWriter.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 static cmXMLSafe SafeContent(char const* value)
93 {
94 return cmXMLSafe(value).Quotes(false);
95 }
96
97 static cmXMLSafe SafeContent(std::string const& value)
98 {

Callers

nothing calls this directly

Calls 2

cmXMLSafeClass · 0.85
countMethod · 0.45

Tested by

no test coverage detected