MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / HtmlEscape

Function HtmlEscape

src/qt/guiutil.cpp:220–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220QString HtmlEscape(const QString& str, bool fMultiLine)
221{
222 QString escaped = str.toHtmlEscaped();
223 if(fMultiLine)
224 {
225 escaped = escaped.replace("\n", "<br>\n");
226 }
227 return escaped;
228}
229
230QString HtmlEscape(const std::string& str, bool fMultiLine)
231{

Callers 7

updateMethod · 0.85
on_sendButton_clickedMethod · 0.85
processPaymentRequestMethod · 0.85
netRequestFinishedMethod · 0.85
messageMethod · 0.85
toHTMLMethod · 0.85
eventFilterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected