Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ hasNewMsgs
Method
hasNewMsgs
src/main/java/Client/Contact.java:282–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
public
final
boolean hasNewMsgs() {
283
return
getNewMsgsCount() > 0;
284
}
285
286
public
int
getNewHighliteMsgsCount() {
287
if
(newHighLitedMsgCnt > 0) {
Callers
1
getFirstContactWithNewHighlite
Method · 0.95
Calls
1
getNewMsgsCount
Method · 0.95
Tested by
no test coverage detected