MCPcopy Create free account
hub / github.com/QuantumNous/new-api / GetUUID

Function GetUUID

common/utils.go:223–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func GetUUID() string {
224 code := uuid.New().String()
225 code = strings.Replace(code, "-", "", -1)
226 return code
227}
228
229const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
230

Callers 3

AddRedemptionFunction · 0.92
ResponseClaude2OpenAIFunction · 0.92
geminiResponseToolCallFunction · 0.92

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected