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

Method toString

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

Source from the content-addressed store, hash-verified

90
91
92 public String toString() {
93 if (user.length() == 0) {
94 return getBare();
95 }
96 return resource.length() == 0 ? getBare() : getBare() + "/" + resource;
97 }
98}

Callers 15

blockArrivedMethod · 0.95
getKeyNameMethod · 0.45
beforeTextChangedMethod · 0.45
onTextChangedMethod · 0.45
runMethod · 0.45
getStringMethod · 0.45
beforeTextChangedMethod · 0.45
onTextChangedMethod · 0.45
getStringMethod · 0.45
runMethod · 0.45
writeMethod · 0.45
onCreateMethod · 0.45

Calls 1

getBareMethod · 0.95

Tested by

no test coverage detected