Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ removeGroups
Method
removeGroups
java/org/apache/catalina/users/GenericUser.java:149–155 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
148
149
@Override
150
public
void
removeGroups() {
151
if
(!groups.isEmpty()) {
152
groups.clear();
153
database.modifiedUser(this);
154
}
155
}
156
157
158
@Override
Callers
nothing calls this directly
Calls
3
clear
Method · 0.65
modifiedUser
Method · 0.65
isEmpty
Method · 0.45
Tested by
no test coverage detected