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

Method isBAD

app/src/main/java/com/sun/mail/iap/Response.java:546–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544 }
545
546 public boolean isBAD() {
547 return ((type & TYPE_MASK) == BAD);
548 }
549
550 public boolean isBYE() {
551 return ((type & TYPE_MASK) == BYE);

Callers 6

authenticateMethod · 0.95
doCommandMethod · 0.80
handleResponseMethod · 0.80
handleResponseMethod · 0.80
initMethod · 0.80
handleResultMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected