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

Method getKey

app/src/main/java/eu/faircode/email/FragmentLogs.java:249–251  ·  view source on GitHub ↗
(EntityLog.Type type)

Source from the content-addressed store, hash-verified

247 }
248
249 private String getKey(EntityLog.Type type) {
250 return "show_log_" + type.toString().toLowerCase(Locale.ROOT);
251 }
252
253 private void onMenuClear() {
254 EntityLog.clear(getContext());

Callers 2

onClickMethod · 0.95
getTypesMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected