Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/tomcat
/ composeName
Method
composeName
java/org/apache/naming/NamingContext.java:411–415 ·
view source on GitHub ↗
(Name name, Name prefix)
Source
from the content-addressed store, hash-verified
409
410
411
@Override
412
public
Name composeName(Name name, Name prefix) throws NamingException {
413
prefix = (Name) prefix.clone();
414
return
prefix.addAll(name);
415
}
416
417
418
@Override
Callers
nothing calls this directly
Calls
2
clone
Method · 0.65
addAll
Method · 0.45
Tested by
no test coverage detected