MCPcopy
hub / github.com/songquanpeng/one-api / GetUUID

Function GetUUID

common/random/main.go:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8)
9
10func GetUUID() string {
11 code := uuid.New().String()
12 code = strings.Replace(code, "-", "", -1)
13 return code
14}
15
16const keyChars = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
17const keyNumbers = "0123456789"

Callers 15

AddRedemptionFunction · 0.92
GenerateAccessTokenFunction · 0.92
InsertMethod · 0.92
DeleteMethod · 0.92
CreateRootAccountIfNeedFunction · 0.92
getToolCallsFunction · 0.92
getToolCallsFunction · 0.92
responseXunfei2OpenAIFunction · 0.92
responseOllama2OpenAIFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected