Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
std::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
ThreadPathHandler
Method · 0.85
AppendXMLTag
Function · 0.85
DumpFlagsXML
Function · 0.85
CheckFlagAndRedact
Function · 0.85
CommandlineFlagsIntoString
Function · 0.85
Calls
2
EscapeForHtml
Function · 0.70
str
Method · 0.45
Tested by
no test coverage detected