MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetUUID

Function GetUUID

common/utils.go:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145}
146
147func GetUUID() string {
148 code := uuid.New().String()
149 code = strings.Replace(code, "-", "", -1)
150 return code
151}
152
153const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
154

Callers 1

AddRedemptionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected