MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / EscapeXmlText

Method EscapeXmlText

tests/gtest/gtest-all.cc:5005–5007  ·  view source on GitHub ↗

Convenience wrapper around EscapeXml when str is not an attribute value.

Source from the content-addressed store, hash-verified

5003
5004 // Convenience wrapper around EscapeXml when str is not an attribute value.
5005 static std::string EscapeXmlText(const char* str) {
5006 return EscapeXml(str, false);
5007 }
5008
5009 // Verifies that the given attribute belongs to the given element and
5010 // streams the attribute as XML.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected