Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
func
GetUUID() string {
148
code := uuid.New().String()
149
code = strings.Replace(code,
"-"
,
""
, -1)
150
return
code
151
}
152
153
const
keyChars =
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
154
Callers
1
AddRedemption
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected