MCPcopy Create free account
hub / github.com/M66B/FairEmail / lookup

Method lookup

app/src/main/java/eu/faircode/email/DnsHelper.java:132–135  ·  view source on GitHub ↗
(Context context, String name, String type)

Source from the content-addressed store, hash-verified

130 }
131
132 @NonNull
133 static DnsRecord[] lookup(Context context, String name, String type) {
134 return _lookup(context, name, type, LOOKUP_TIMEOUT);
135 }
136
137 @NonNull
138 private static DnsRecord[] _lookup(Context context, String name, String type, int timeout) {

Callers 10

callMethod · 0.95
getMethod · 0.95
lookupBimiMethod · 0.95
processSourceIpMethod · 0.95
lookupSpfMethod · 0.95
testMethod · 0.95
fromEmailMethod · 0.95
fromDNSMethod · 0.95
verifySignatureHeaderMethod · 0.95

Calls 1

_lookupMethod · 0.95

Tested by

no test coverage detected