MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / addr_to_normalized_string

Function addr_to_normalized_string

src/network.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 std::string addr_to_normalized_string(boost::asio::ip::address address) {
133 return normalize_address(address).to_string();
134 }
135
136 std::string addr_to_url_escaped_string(boost::asio::ip::address address) {
137 address = normalize_address(address);

Callers 5

send_unauthorizedFunction · 0.85
send_redirectFunction · 0.85
checkIPOriginFunction · 0.85
loginFunction · 0.85
serverinfoFunction · 0.85

Calls 2

normalize_addressFunction · 0.85
to_stringMethod · 0.80

Tested by

no test coverage detected