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

Function EscapeForHtmlToString

be/src/kudu/util/url-coding.cc:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203std::string EscapeForHtmlToString(const std::string& in) {
204 std::ostringstream str;
205 EscapeForHtml(in, &str);
206 return str.str();
207}
208
209} // namespace kudu

Callers 5

ThreadPathHandlerMethod · 0.85
AppendXMLTagFunction · 0.85
DumpFlagsXMLFunction · 0.85
CheckFlagAndRedactFunction · 0.85

Calls 2

EscapeForHtmlFunction · 0.70
strMethod · 0.45

Tested by

no test coverage detected