Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isAvailable
Method · 0.45
splitUserId
Method · 0.45
createUserId
Method · 0.45
getMetadata
Method · 0.45
get
Method · 0.45
isAuthenticData
Method · 0.45
NoActiveSignaturesReason
Method · 0.45
DnssecResultNotAuthenticException
Method · 0.45
performVerification
Method · 0.45
stripSignatureRecords
Method · 0.45
verify
Method · 0.45
verifyAnswer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected