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

Method getCount

java/org/apache/tomcat/util/digester/Digester.java:578–580  ·  view source on GitHub ↗

Return the current depth of the element stack. @return the current depth of the element stack.

()

Source from the content-addressed store, hash-verified

576 * @return the current depth of the element stack.
577 */
578 public int getCount() {
579 return stack.size();
580 }
581
582
583 /**

Callers 1

endDocumentMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected