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

Method byteValue

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

Source from the content-addressed store, hash-verified

112 }
113
114 public byte byteValue() {
115 return (byte)longValue();
116 }
117
118 public short shortValue() {
119 return (short)longValue();

Callers 1

writeMethod · 0.45

Calls 1

longValueMethod · 0.95

Tested by

no test coverage detected