Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ reconnect
Method
reconnect
src/main/java/ui/ReconnectWindow.java:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
public
void
reconnect() {
99
stopReconnect();
100
StaticData.getInstance().roster.doReconnect();
101
}
102
103
public
void
stopReconnect() {
104
active = false;
Callers
2
run
Method · 0.95
reconnectYes
Method · 0.80
Calls
3
stopReconnect
Method · 0.95
getInstance
Method · 0.95
doReconnect
Method · 0.80
Tested by
no test coverage detected