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

Method getParent

java/org/apache/catalina/core/ContainerBase.java:435–438  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

433
434
435 @Override
436 public Container getParent() {
437 return parent;
438 }
439
440
441 @Override

Callers 3

logAccessMethod · 0.95
getDomainInternalMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected