MCPcopy
hub / github.com/koderover/zadig / UUID

Function UUID

pkg/util/random.go:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func UUID() string {
31 return uuid.New().String()
32}
33
34const str = "abcdefghijklmnopqrstuvwxyz"
35const numStr = "0123456789abcdefghijklmnopqrstuvwxyz"

Callers 2

RequestIDFunction · 0.92
sendSyscapNotifyFunction · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected