MCPcopy 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

authenticateMethod · 0.95
authloginMethod · 0.95
authplainMethod · 0.95
authntlmMethod · 0.95
authoauth2Method · 0.95
idleStartMethod · 0.95
readByteArrayMethod · 0.95
startLiteralMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected