MCPcopy Index your code
hub / github.com/apache/tomcat / composeName

Method composeName

java/org/apache/naming/SelectorContext.java:292–296  ·  view source on GitHub ↗
(Name name, Name prefix)

Source from the content-addressed store, hash-verified

290
291
292 @Override
293 public Name composeName(Name name, Name prefix) throws NamingException {
294 Name prefixClone = (Name) prefix.clone();
295 return prefixClone.addAll(name);
296 }
297
298
299 @Override

Callers

nothing calls this directly

Calls 2

cloneMethod · 0.65
addAllMethod · 0.45

Tested by

no test coverage detected