Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ toggleOfflines
Method
toggleOfflines
src/main/java/Client/Roster.java:2201–2204 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2199
}
2200
2201
public
void
toggleOfflines() {
2202
cf.showOfflineContacts = !cf.showOfflineContacts;
2203
sd.roster.reEnumRoster();
2204
}
2205
2206
public
String selectCommand() {
2207
return
SR.MS_ITEM_ACTIONS;
Callers
1
longKey
Method · 0.95
Calls
1
reEnumRoster
Method · 0.80
Tested by
no test coverage detected