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

Method writeXML

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

Source from the content-addressed store, hash-verified

978
979
980void XMLWriter::writeXML(const XMLString& str) const
981{
982 _pTextConverter->write((const char*) str.data(), (int) str.size()*sizeof(XMLChar));
983}
984
985
986void XMLWriter::writeXML(XMLChar ch) const

Callers

nothing calls this directly

Calls 3

writeMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected