Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ getDomainInternal
Method
getDomainInternal
java/org/apache/catalina/valves/ValveBase.java:236–244 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
234
235
236
@Override
237
public
String getDomainInternal() {
238
Container c = getContainer();
239
if
(c == null) {
240
return
null;
241
}
else
{
242
return
c.getDomain();
243
}
244
}
245
}
Callers
nothing calls this directly
Calls
2
getContainer
Method · 0.95
getDomain
Method · 0.95
Tested by
no test coverage detected