Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ hasMood
Method
hasMood
src/main/java/Client/Contact.java:883–885 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
881
882
//#ifdef PEP
883
boolean hasMood() {
884
return
(pepMood > -1 && pepMood < Moods.getInstance().getCount());
885
}
886
//#ifdef PEP_ACTIVITY
887
888
boolean hasActivity() {
Callers
3
getTipString
Method · 0.95
getMoodString
Method · 0.95
drawItem
Method · 0.95
Calls
2
getInstance
Method · 0.95
getCount
Method · 0.45
Tested by
no test coverage detected