Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defineYIDA/NoneIM
/ randomId
Method
randomId
src/main/java/com/none/im/util/IDUtil.java:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
*/
9
public
class
IDUtil {
10
public
static
String randomId() {
11
return
UUID.randomUUID().toString().split(
"-"
)[0];
12
}
13
}
Callers
2
channelRead0
Method · 0.95
channelRead0
Method · 0.95
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected