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

Method doubleValue

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

Source from the content-addressed store, hash-verified

132 }
133
134 public double doubleValue() {
135 throw new UnsupportedOperationException(getTypeName());
136 }
137
138 public @NotNull Binary binaryValue() {
139 throw new UnsupportedOperationException(getTypeName());

Callers 5

floatValueMethod · 0.95
parseLongSizeMethod · 0.45
writeMethod · 0.45
followerApplyMethod · 0.45
followerApplyMethod · 0.45

Calls 1

getTypeNameMethod · 0.95

Tested by

no test coverage detected