MCPcopy Index your code
hub / github.com/foxcpp/maddy / FQDN

Function FQDN

framework/dns/norm.go:29–31  ·  view source on GitHub ↗
(domain string)

Source from the content-addressed store, hash-verified

27)
28
29func FQDN(domain string) string {
30 return dns.Fqdn(domain)
31}
32
33// ForLookup converts the domain into a canonical form suitable for table
34// lookups and other comparisons.

Callers 3

FetchRecordFunction · 0.92
prepareMailFromFunction · 0.92
CheckConnectionMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected