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

Method BaseUID

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

Source from the content-addressed store, hash-verified

8
9 // uuid without dashes
10 public static String BaseUID() {
11 return UUID.randomUUID().toString().replace("-", "");
12 }
13
14 // uuid with dashes
15 public static String uuid2() {

Callers 2

uuid16Method · 0.95
uuid22Method · 0.95

Calls 2

replaceMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected