MCPcopy 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

testMethod · 0.95
runMainLoopMethod · 0.80

Calls

no outgoing calls

Tested by 2

testMethod · 0.76
runMainLoopMethod · 0.64