MCPcopy Create free account
hub / github.com/SFML/SFML / decodeHostname

Function decodeHostname

src/SFML/Network/Dns.cpp:425–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425sf::String decodeHostname(const std::string& hostname)
426{
427 // TODO: Support proper Punycode conversion if there is a need for it
428 // https://datatracker.ietf.org/doc/html/rfc3492
429 return {hostname};
430}
431
432} // namespace
433

Callers 3

queryNsMethod · 0.85
queryMxMethod · 0.85
querySrvMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected