Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ uuid2
Method
uuid2
java/lib/src/main/java/io/github/ccxt/base/Strings.java:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
// uuid with dashes
15
public
static
String uuid2() {
16
return
UUID.randomUUID().toString();
17
}
18
19
public
static
String uuid() {
20
return
uuid2();
Callers
1
uuid
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected