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

Method uuid16

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

Source from the content-addressed store, hash-verified

21 }
22
23 public static String uuid16() {
24 String base = BaseUID(); // 32 hex chars, so substring(0,16) is safe
25 return base.substring(0, 16);
26 }
27
28 public static String uuid22() {
29 String base = BaseUID(); // 32 hex chars

Callers 11

createOrderRequestMethod · 0.45
signMethod · 0.45
createOrderRequestMethod · 0.45
createOrderRequestMethod · 0.45
signMethod · 0.45
signMethod · 0.45
createOrderMethod · 0.45
createOrderMethod · 0.45
createOrderMethod · 0.45
signMethod · 0.45
createOrderRequestMethod · 0.45

Calls 1

BaseUIDMethod · 0.95

Tested by

no test coverage detected