MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / active

Method active

src/main/java/Client/Contact.java:302–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300 }
301
302 public boolean active() {
303 if (msgSuspended != null) {
304 return true;
305 }
306 return (activeMessage > -1);
307 }
308
309 public void resetNewMsgCnt() {
310 newMsgCnt = 0;

Callers 4

getFontIndexMethod · 0.95
ActiveContactsMethod · 0.95
searchActiveContactMethod · 0.95
cmdOkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected