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

Function GetStyles

daemon/HTTPServer.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 static void GetStyles (std::stringstream& s)
62 {
63 if (externalCSS.length() != 0)
64 s << "<style>\r\n" << externalCSS << "</style>\r\n";
65 else
66 s << internalCSS;
67 }
68
69 const char HTTP_PAGE_TUNNELS[] = "tunnels";
70 const char HTTP_PAGE_TRANSIT_TUNNELS[] = "transit_tunnels";

Callers 1

ShowPageHeadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected