Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiprodcoder/MIXAPI
/ GenerateKey
Function
GenerateKey
common/utils.go:182–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
func
GenerateKey() (string, error) {
183
//rand.Seed(time.Now().UnixNano())
184
return
GenerateRandomCharsKey(48)
185
}
186
187
func
GetRandomInt(max int) int {
188
//rand.Seed(time.Now().UnixNano())
Callers
2
Register
Function · 0.92
AddToken
Function · 0.92
Calls
1
GenerateRandomCharsKey
Function · 0.85
Tested by
no test coverage detected