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

Method isLoggedIn

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

Source from the content-addressed store, hash-verified

1005 }
1006
1007 public boolean isLoggedIn() {
1008 if (sd.getTheStream() == null) {
1009 return false;
1010 }
1011 return sd.getTheStream().loggedIn;
1012 }
1013
1014 public Contact selfContact() {
1015 return myJid == null ? null : getContact(myJid.toString(), false);

Callers 15

commandStateMethod · 0.95
sendPresenceMethod · 0.95
messageEditResumeMethod · 0.95
logoffMethod · 0.95
cmdConferenceMethod · 0.95
cmdActionsMethod · 0.95
cmdAddMethod · 0.95
keyClearMethod · 0.95
longKeyMethod · 0.95
commandExecuteMethod · 0.80
RosterToolsMenuMethod · 0.80
eventOkMethod · 0.80

Calls 1

getTheStreamMethod · 0.80

Tested by

no test coverage detected