MCPcopy Create free account
hub / github.com/defineYIDA/LWebServer / uuid

Method uuid

src/main/java/cn/lws/server/util/UUIDUtil.java:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 */
8public class UUIDUtil {
9 public static String uuid(){
10 return UUID.randomUUID().toString().replace("-","").toUpperCase();
11 }
12}

Callers 1

createSessionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected