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

Method size

java/org/apache/tomcat/util/MultiThrowable.java:88–90  ·  view source on GitHub ↗

Return the number of throwables currently wrapped by this instance. @return The number of throwables currently wrapped by this instance

()

Source from the content-addressed store, hash-verified

86 * @return The number of throwables currently wrapped by this instance
87 */
88 public int size() {
89 return throwables.size();
90 }
91
92
93 /**

Callers 2

getThrowableMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected