containsValue() — netty Function Reference
Architecture documentation for the containsValue() function in HeadersBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 2f559737_5ee0_1a42_192a_9e3b43334307["containsValue()"] c899cf50_c3df_329e_10dd_da3e80b77ee7["HeadersBenchmark"] 2f559737_5ee0_1a42_192a_9e3b43334307 -->|defined in| c899cf50_c3df_329e_10dd_da3e80b77ee7 d19f2da0_799e_c770_66c6_af6d86dc839d["httpContainsValueIgnoreCase()"] d19f2da0_799e_c770_66c6_af6d86dc839d -->|calls| 2f559737_5ee0_1a42_192a_9e3b43334307 5b93c64a_c76e_d6aa_2dca_269d1d048525["httpContainsValueIgnoreCaseNonExisting()"] 5b93c64a_c76e_d6aa_2dca_269d1d048525 -->|calls| 2f559737_5ee0_1a42_192a_9e3b43334307 style 2f559737_5ee0_1a42_192a_9e3b43334307 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java lines 146–149
@CompilerControl(CompilerControl.Mode.DONT_INLINE)
private static boolean containsValue(DefaultHttpHeaders headers, AsciiString name, AsciiString value) {
return headers.containsValue(name, value, true);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does containsValue() do?
containsValue() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java.
Where is containsValue() defined?
containsValue() is defined in microbench/src/main/java/io/netty/microbench/headers/HeadersBenchmark.java at line 146.
What calls containsValue()?
containsValue() is called by 2 function(s): httpContainsValueIgnoreCase, httpContainsValueIgnoreCaseNonExisting.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free