MCPcopy 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
182func GenerateKey() (string, error) {
183 //rand.Seed(time.Now().UnixNano())
184 return GenerateRandomCharsKey(48)
185}
186
187func GetRandomInt(max int) int {
188 //rand.Seed(time.Now().UnixNano())

Callers 2

RegisterFunction · 0.92
AddTokenFunction · 0.92

Calls 1

GenerateRandomCharsKeyFunction · 0.85

Tested by

no test coverage detected