Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
equalsViaJ2J
Method · 0.95
equalsServerViaJ2J
Method · 0.45
getNickName
Method · 0.45
jabberIqAuth
Method · 0.45
response
Method · 0.45
init
Method · 0.45
calculateClientFirstMessage
Method · 0.45
exportData
Method · 0.45
createFromDataInputStream
Method · 0.45
saveToDataOutputStream
Method · 0.45
getBodyBytes
Method · 0.45
Contact
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected