Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ active
Method
active
src/main/java/Client/Contact.java:302–307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
300
}
301
302
public
boolean active() {
303
if
(msgSuspended != null) {
304
return
true;
305
}
306
return
(activeMessage > -1);
307
}
308
309
public
void
resetNewMsgCnt() {
310
newMsgCnt = 0;
Callers
4
getFontIndex
Method · 0.95
ActiveContacts
Method · 0.95
searchActiveContact
Method · 0.95
cmdOk
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected