nextHexDigits() — netty Function Reference
Architecture documentation for the nextHexDigits() function in DecodeHexBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD dedc7f04_282f_b427_184d_ab9ed5b7d5c2["nextHexDigits()"] 5c3828dc_c4a2_3a97_8b53_37a9c4e8cecf["DecodeHexBenchmark"] dedc7f04_282f_b427_184d_ab9ed5b7d5c2 -->|defined in| 5c3828dc_c4a2_3a97_8b53_37a9c4e8cecf ddcbd000_b7c4_9660_6917_1dad06c10102["hexDigits()"] ddcbd000_b7c4_9660_6917_1dad06c10102 -->|calls| dedc7f04_282f_b427_184d_ab9ed5b7d5c2 64eb5327_92dd_9981_06c2_9c28a14a7461["hexDigitsWithChecks()"] 64eb5327_92dd_9981_06c2_9c28a14a7461 -->|calls| dedc7f04_282f_b427_184d_ab9ed5b7d5c2 15e66ba0_6c18_6eb9_a9f3_30226cb093a1["hexDigitsOriginal()"] 15e66ba0_6c18_6eb9_a9f3_30226cb093a1 -->|calls| dedc7f04_282f_b427_184d_ab9ed5b7d5c2 style dedc7f04_282f_b427_184d_ab9ed5b7d5c2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/handler/codec/http/DecodeHexBenchmark.java lines 86–90
private int nextHexDigits() {
final int idx = (int) (next & (inputs - 1));
next++;
return idx;
}
Domain
Subdomains
Source
Frequently Asked Questions
What does nextHexDigits() do?
nextHexDigits() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/handler/codec/http/DecodeHexBenchmark.java.
Where is nextHexDigits() defined?
nextHexDigits() is defined in microbench/src/main/java/io/netty/handler/codec/http/DecodeHexBenchmark.java at line 86.
What calls nextHexDigits()?
nextHexDigits() is called by 3 function(s): hexDigits, hexDigitsOriginal, hexDigitsWithChecks.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free