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

Method hasTld

app/src/main/java/eu/faircode/email/UriHelper.java:149–151  ·  view source on GitHub ↗
(Context context, String host)

Source from the content-addressed store, hash-verified

147 }
148
149 static boolean hasTld(Context context, String host) {
150 return (host != null && getTld(context, host) != null);
151 }
152
153 static String getTld(Context context, @NonNull String host) {
154 ensureSuffixList(context);

Callers 1

onCreateDialogMethod · 0.95

Calls 1

getTldMethod · 0.95

Tested by

no test coverage detected