checkReset() — netty Function Reference
Architecture documentation for the checkReset() function in AppendableCharSequenceBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 849927dd_3af4_a929_39a1_87103e3c3526["checkReset()"] a2f3b91a_9f96_cb74_48f7_69352371a5b0["AppendableCharSequenceBenchmark"] 849927dd_3af4_a929_39a1_87103e3c3526 -->|defined in| a2f3b91a_9f96_cb74_48f7_69352371a5b0 bd8fc4fd_968b_4548_5e93_b559925bd826["appendCheckBeforeCopy()"] bd8fc4fd_968b_4548_5e93_b559925bd826 -->|calls| 849927dd_3af4_a929_39a1_87103e3c3526 9b423d87_ba24_dd04_87b0_9b3de906b5d0["appendCatchExceptionAfter()"] 9b423d87_ba24_dd04_87b0_9b3de906b5d0 -->|calls| 849927dd_3af4_a929_39a1_87103e3c3526 style 849927dd_3af4_a929_39a1_87103e3c3526 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbenchmark/common/AppendableCharSequenceBenchmark.java lines 70–75
private void checkReset() {
if (pos == simulatedDataSize) {
pos = 0;
chars = new char[charsInitSize];
}
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does checkReset() do?
checkReset() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbenchmark/common/AppendableCharSequenceBenchmark.java.
Where is checkReset() defined?
checkReset() is defined in microbench/src/main/java/io/netty/microbenchmark/common/AppendableCharSequenceBenchmark.java at line 70.
What calls checkReset()?
checkReset() is called by 2 function(s): appendCatchExceptionAfter, appendCheckBeforeCopy.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free