Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
blockArrived
Method · 0.95
getKeyName
Method · 0.45
beforeTextChanged
Method · 0.45
onTextChanged
Method · 0.45
run
Method · 0.45
getString
Method · 0.45
beforeTextChanged
Method · 0.45
onTextChanged
Method · 0.45
getString
Method · 0.45
run
Method · 0.45
write
Method · 0.45
onCreate
Method · 0.45
Calls
1
getBare
Method · 0.95
Tested by
no test coverage detected