MCPcopy 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 */
9public class IDUtil {
10 public static String randomId() {
11 return UUID.randomUUID().toString().split("-")[0];
12 }
13}

Callers 2

channelRead0Method · 0.95
channelRead0Method · 0.95

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected