Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
uuid16
Method · 0.95
uuid22
Method · 0.95
Calls
2
replace
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected