MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / ShowError

Function ShowError

daemon/HTTPServer.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 static void ShowError(std::stringstream& s, std::string_view string)
258 {
259 s << "<b>" << tr("ERROR") << ":</b>&nbsp;" << string << "<br>\r\n";
260 }
261
262 static void ShowNetworkStatus (std::stringstream& s, RouterStatus status, bool testing, RouterError error)
263 {

Callers 6

ShowLocalDestinationFunction · 0.85
ShowI2CPLocalDestinationFunction · 0.85
ShowSAMSessionsFunction · 0.85
ShowSAMSessionFunction · 0.85
HandlePageMethod · 0.85
HandleCommandMethod · 0.85

Calls 1

trFunction · 0.85

Tested by

no test coverage detected