Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ isContinuation
Method
isContinuation
app/src/main/java/com/sun/mail/iap/Response.java:526–528 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
524
}
525
526
public
boolean isContinuation() {
527
return
((type & TAG_MASK) == CONTINUATION);
528
}
529
530
public
boolean isTagged() {
531
return
((type & TAG_MASK) == TAGGED);
Callers
8
authenticate
Method · 0.95
authlogin
Method · 0.95
authplain
Method · 0.95
authntlm
Method · 0.95
authoauth2
Method · 0.95
idleStart
Method · 0.95
readByteArray
Method · 0.95
startLiteral
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected