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

Method decode

ZezeJava/ZezeJava/src/main/java/Zeze/Transaction/Log.java:105–108  ·  view source on GitHub ↗
(@NotNull IByteBuffer bb)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 public void decode(@NotNull IByteBuffer bb) {
107 throw new UnsupportedOperationException(getTypeName());
108 }
109
110 public boolean booleanValue() {
111 return longValue() != 0;

Callers 1

decodeMethod · 0.95

Calls 1

getTypeNameMethod · 0.95

Tested by

no test coverage detected