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

Method next

java/org/apache/tomcat/util/buf/Asn1Parser.java:285–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283
284
285 private int next() {
286 return source[pos++] & 0xFF;
287 }
288
289
290 /**

Callers 2

parseTagMethod · 0.95
parseLengthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected