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

Method uuid22

java/lib/src/main/java/io/github/ccxt/base/Strings.java:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public static String uuid22() {
29 String base = BaseUID(); // 32 hex chars
30 return base.substring(0, 22);
31 }
32
33 // accept Object, convert to string, then trim
34 public static Object strip(Object str) {

Callers 9

uuid22Method · 0.95
signMethod · 0.45
withdrawMethod · 0.45
editSpotOrderRequestMethod · 0.45
createOrderRequestMethod · 0.45
signMethod · 0.45
createOrderMethod · 0.45

Calls 1

BaseUIDMethod · 0.95

Tested by

no test coverage detected