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

Method autoLink

app/src/main/java/eu/faircode/email/HtmlHelper.java:1561–1563  ·  view source on GitHub ↗
(Document document)

Source from the content-addressed store, hash-verified

1559 }
1560
1561 static void autoLink(Document document) {
1562 autoLink(document, false);
1563 }
1564
1565 static void autoLink(Document document, boolean outbound) {
1566 // https://en.wikipedia.org/wiki/List_of_URI_schemes

Callers 5

onExecuteMethod · 0.95
onExecuteMethod · 0.95
handleMethod · 0.95
onExecuteMethod · 0.95
buildMethod · 0.95

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected