MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / hasActivity

Method hasActivity

src/main/java/Client/Contact.java:888–895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

886//#ifdef PEP_ACTIVITY
887
888 boolean hasActivity() {
889 if (activity != null) {
890 if (activity.length() > 0) {
891 return true;
892 }
893 }
894 return false;
895 }
896//#endif
897//#ifdef PEP_LOCATION
898

Callers 2

getTipStringMethod · 0.95
drawItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected