MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isWritable

Method isWritable

classpath/java/nio/channels/SelectionKey.java:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 public boolean isWritable() {
57 return (readyOps & OP_WRITE) != 0;
58 }
59
60 public boolean isConnectable() {
61 return (readyOps & OP_CONNECT) != 0;

Callers 2

testMethod · 0.95
writeMethod · 0.80

Calls

no outgoing calls

Tested by 2

testMethod · 0.76
writeMethod · 0.64