MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getMsgList

Method getMsgList

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

Source from the content-addressed store, hash-verified

903//#endif
904
905 public ContactMessageList getMsgList() {
906 if (cml == null) {
907 cml = new ContactMessageList(this);
908 } else {
909 if (newMsgCnt > 0 && cml.on_end) cml.moveToUnread();
910 cml.show();
911 }
912
913 return cml;
914 }
915
916}

Callers 6

onNewIntentMethod · 0.95
searchActiveContactMethod · 0.95
eventOkMethod · 0.80
keyGreenMethod · 0.80
getFocusedMsgListMethod · 0.80

Calls 2

moveToUnreadMethod · 0.80
showMethod · 0.45

Tested by

no test coverage detected