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

Method selfContact

src/main/java/Client/Roster.java:1014–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1012 }
1013
1014 public Contact selfContact() {
1015 return myJid == null ? null : getContact(myJid.toString(), false);
1016 }
1017
1018//#ifndef WMUC
1019 public void multicastConferencePresence(int myStatus, String myMessage, int myPriority) {

Callers 8

blockArrivedMethod · 0.95
errorLogMethod · 0.95
sendPresenceMethod · 0.95
bindResourceMethod · 0.95
blockArrivedMethod · 0.80
eventOkMethod · 0.80
RosterItemActionsMethod · 0.80
cmdOkMethod · 0.80

Calls 2

getContactMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected