Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getName
Method
getName
src/main/java/Client/Contact.java:484–486 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
482
}
483
484
public
final
String getName() {
485
return
(nick == null) ? jid.getBare() : nick;
486
}
487
488
public
final
Jid getJid() {
489
return
jid;
Callers
2
blockArrived
Method · 0.95
addMessage
Method · 0.95
Calls
1
getBare
Method · 0.80
Tested by
no test coverage detected