Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
980
void XMLWriter::writeXML(const XMLString& str) const
981
{
982
_pTextConverter->write((const char*) str.data(), (int) str.size()*sizeof(XMLChar));
983
}
984
985
986
void XMLWriter::writeXML(XMLChar ch) const
Callers
nothing calls this directly
Calls
3
write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected