Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getAddress
Method
getAddress
src/main/java/matcher/config/UidConfig.java:31–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
InetSocketAddress getAddress() {
32
if
(host.isEmpty() || port <= 0)
return
null;
33
34
return
new
InetSocketAddress(host, port);
35
}
36
37
public
String getUser() {
38
return
user;
Callers
3
importMatches
Method · 0.95
submitMatches
Method · 0.95
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected