MCPcopy Create free account
hub / github.com/ccxt/ccxt / uuid

Method uuid

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

Source from the content-addressed store, hash-verified

17 }
18
19 public static String uuid() {
20 return uuid2();
21 }
22
23 public static String uuid16() {
24 String base = BaseUID(); // 32 hex chars, so substring(0,16) is safe

Callers 15

uuidMethod · 0.95
orderRequestMethod · 0.45
createOrderMethod · 0.45
editOrderMethod · 0.45
signMethod · 0.45
createOrderMethod · 0.45
createOrderMethod · 0.45
signMethod · 0.45
transferMethod · 0.45

Calls 1

uuid2Method · 0.95

Tested by

no test coverage detected