isIncludedIn() — netty Function Reference
Architecture documentation for the isIncludedIn() function in NioIoOps.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD b4458f63_60f7_54dc_a2f9_876a48b42315["isIncludedIn()"] cd45b0d4_61fb_27e1_625f_a11e4135ec28["NioIoOps"] b4458f63_60f7_54dc_a2f9_876a48b42315 -->|defined in| cd45b0d4_61fb_27e1_625f_a11e4135ec28 e2ee9c5b_5afc_b351_bd62_2ce0be553fa6["contains()"] e2ee9c5b_5afc_b351_bd62_2ce0be553fa6 -->|calls| b4458f63_60f7_54dc_a2f9_876a48b42315 style b4458f63_60f7_54dc_a2f9_876a48b42315 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/main/java/io/netty/channel/nio/NioIoOps.java lines 167–169
public boolean isIncludedIn(int ops) {
return (ops & value) != 0;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isIncludedIn() do?
isIncludedIn() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/nio/NioIoOps.java.
Where is isIncludedIn() defined?
isIncludedIn() is defined in transport/src/main/java/io/netty/channel/nio/NioIoOps.java at line 167.
What calls isIncludedIn()?
isIncludedIn() is called by 1 function(s): contains.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free