MCPcopy Create free account
hub / github.com/LumaAI-API/Luma-API / GetUUID

Function GetUUID

common/utils.go:101–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func GetUUID() string {
102 code := uuid.New().String()
103 code = strings.Replace(code, "-", "", -1)
104 return code
105}
106
107const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
108

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected