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

Method nameToString

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

Source from the content-addressed store, hash-verified

1039
1040
1041std::string XMLWriter::nameToString(const XMLString& localName, const XMLString& qname)
1042{
1043 if (qname.empty())
1044 return fromXMLString(localName);
1045 else
1046 return fromXMLString(qname);
1047}
1048
1049
1050XMLString XMLWriter::uniquePrefix()

Callers

nothing calls this directly

Calls 2

fromXMLStringFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected