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

Method getNode

src/main/java/xmpp/Jid.java:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 public String getNode() {
59 return user == null || user.length() == 0 ? server : user;
60 }
61
62 public String getServer() {
63 return server;

Callers 12

equalsViaJ2JMethod · 0.95
equalsServerViaJ2JMethod · 0.45
getNickNameMethod · 0.45
jabberIqAuthMethod · 0.45
responseMethod · 0.45
initMethod · 0.45
exportDataMethod · 0.45
getBodyBytesMethod · 0.45
ContactMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected