MCPcopy Create free account
hub / github.com/e2wugui/zeze / booleanValue

Method booleanValue

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 public boolean booleanValue() {
111 return longValue() != 0;
112 }
113
114 public byte byteValue() {
115 return (byte)longValue();

Callers 15

followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45

Calls 1

longValueMethod · 0.95

Tested by

no test coverage detected