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

Method resetNewMsgCnt

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

Source from the content-addressed store, hash-verified

307 }
308
309 public void resetNewMsgCnt() {
310 newMsgCnt = 0;
311 newHighLitedMsgCnt = 0;
312 }
313
314 public void setIncoming(int state) {
315 if (!cf.IQNotify && state == INC_VIEWING) {

Callers 4

purgeMethod · 0.95
getItemRefMethod · 0.80
getMessageMethod · 0.80
smartPurgeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected