MCPcopy Create free account
hub / github.com/apache/impala / AppendXMLTag

Function AppendXMLTag

be/src/kudu/util/flags.cc:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353namespace {
354
355void AppendXMLTag(const char* tag, const string& txt, string* r) {
356 strings::SubstituteAndAppend(r, "<$0>$1</$0>", tag, EscapeForHtmlToString(txt));
357}
358
359static string DescribeOneFlagInXML(const CommandLineFlagInfo& flag) {
360 unordered_set<string> tags;

Callers 1

DescribeOneFlagInXMLFunction · 0.85

Calls 2

SubstituteAndAppendFunction · 0.85
EscapeForHtmlToStringFunction · 0.85

Tested by

no test coverage detected