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

Method isEmpty

app/src/main/java/eu/faircode/email/Core.java:6057–6068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6055 long total;
6056
6057 boolean isEmpty() {
6058 return (search_ms == 0 &&
6059 flags == 0 &&
6060 flags_ms == 0 &&
6061 uids == 0 &&
6062 uids_ms == 0 &&
6063 headers == 0 &&
6064 headers_ms == 0 &&
6065 content == 0 &&
6066 attachments == 0 &&
6067 total == 0);
6068 }
6069
6070 @Override
6071 public String toString() {

Callers 15

onFetchMethod · 0.95
ensureUidMethod · 0.45
findMessagesMethod · 0.45
onKeywordMethod · 0.45
onLabelMethod · 0.45
onAddMethod · 0.45
onMoveMethod · 0.45
onDeleteMethod · 0.45
onDetachMethod · 0.45
deletePartMethod · 0.45
onReportMethod · 0.45
onSynchronizeFoldersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected