MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / writeMarkup

Method writeMarkup

base/poco/XML/src/XMLWriter.cpp:969–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967
968
969void XMLWriter::writeMarkup(const std::string& str) const
970{
971#if defined(XML_UNICODE_WCHAR_T)
972 const XMLString xmlString = toXMLString(str);
973 writeXML(xmlString);
974#else
975 _pTextConverter->write(str.data(), (int) str.size());
976#endif
977}
978
979
980void XMLWriter::writeXML(const XMLString& str) const

Callers

nothing calls this directly

Calls 4

toXMLStringFunction · 0.85
writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected