MCPcopy
hub / github.com/ccxt/ccxt / isTrue

Method isTrue

java/tests/src/main/java/tests/BaseTest.java:194–196  ·  view source on GitHub ↗
(Object a)

Source from the content-addressed store, hash-verified

192 }
193
194 public static boolean isTrue(Object a) {
195 return Helpers.isTrue(a);
196 }
197
198 public static Object encode(Object a) {
199 return a;

Callers

nothing calls this directly

Calls 1

isTrueMethod · 0.95

Tested by

no test coverage detected