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

Method isEmpty

app/src/main/java/eu/faircode/email/RingBuffer.java:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public synchronized boolean isEmpty() {
50 return (count == 0);
51 }
52
53 public synchronized int size() {
54 return count;

Callers 15

isAvailableMethod · 0.45
splitUserIdMethod · 0.45
createUserIdMethod · 0.45
getMetadataMethod · 0.45
getMethod · 0.45
isAuthenticDataMethod · 0.45
performVerificationMethod · 0.45
stripSignatureRecordsMethod · 0.45
verifyMethod · 0.45
verifyAnswerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected