Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ setName
Method
setName
java/org/apache/catalina/core/StandardService.java:198–201 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
196
197
198
@Override
199
public
void
setName(String name) {
200
this.name = name;
201
}
202
203
204
@Override
Callers
2
getServer
Method · 0.95
createStandardServiceEngine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected