MCPcopy Index your code
hub / github.com/ccxt/ccxt / equals

Method equals

java/lib/src/main/java/io/github/ccxt/base/Precise.java:174–178  ·  view source on GitHub ↗
(Precise other)

Source from the content-addressed store, hash-verified

172 }
173
174 public boolean equals(Precise other) {
175 this.reduce();
176 other.reduce();
177 return this.integer.equals(other.integer) && this.decimals == other.decimals;
178 }
179
180 @Override
181 public String toString() {

Callers 15

mainMethod · 0.45
isLiveTestEnabledMethod · 0.45
ThrottlerMethod · 0.45
loopMethod · 0.45
fetchMethod · 0.45
encodeValueMethod · 0.45
lookupTopLevelSchemaMethod · 0.45
extendedEcAddMethod · 0.45

Calls 1

reduceMethod · 0.95

Tested by 3

mainMethod · 0.36
isLiveTestEnabledMethod · 0.36