Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isReadable
Method
isReadable
classpath/java/nio/channels/SelectionKey.java:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
boolean isReadable() {
53
return
(readyOps & OP_READ) != 0;
54
}
55
56
public
boolean isWritable() {
57
return
(readyOps & OP_WRITE) != 0;
Callers
2
test
Method · 0.95
runMainLoop
Method · 0.80
Calls
no outgoing calls
Tested by
2
test
Method · 0.76
runMainLoop
Method · 0.64