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

Method mergeStyles

app/src/main/java/eu/faircode/email/HtmlHelper.java:1951–1953  ·  view source on GitHub ↗
(String base, String style)

Source from the content-addressed store, hash-verified

1949 }
1950
1951 static String mergeStyles(String base, String style) {
1952 return mergeStyles(base, style, true);
1953 }
1954
1955 private static String mergeStyles(String base, String style, boolean element) {
1956 Map<String, String> result = new HashMap<>();

Callers 8

onExecuteMethod · 0.95
sanitizeMethod · 0.95
normalizeNamespacesMethod · 0.95
processStylesMethod · 0.95
headMethod · 0.95
markTextMethod · 0.95
onExecuteMethod · 0.95
answerMethod · 0.95

Calls 11

wMethod · 0.95
iMethod · 0.95
indexOfMethod · 0.80
trimMethod · 0.80
joinMethod · 0.80
sizeMethod · 0.65
isEmptyMethod · 0.45
putMethod · 0.45
containsMethod · 0.45
getMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected