Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ startCount
Method
startCount
src/main/java/Client/Group.java:110–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
public
void
startCount(){
111
tonlines=0;
112
tncontacts=0;
113
unreadMessages=0;
114
contacts=null;
115
contacts=
new
Vector();
116
}
117
118
public
void
addContact(Contact c) {
119
tncontacts++;
Callers
1
resetCounters
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected