Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parseTag
Method · 0.95
parseLength
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected