Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cortexlabs/cortex
/ LowercaseString
Function
LowercaseString
pkg/lib/random/random.go:73–75 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
71
}
72
73
func
LowercaseString(n int) string {
74
return
randomString(n, rand.NewSource(time.Now().UnixNano()), _lowercaseBytes+_numberBytes)
75
}
Callers
1
RandomName
Function · 0.92
Calls
1
randomString
Function · 0.85
Tested by
no test coverage detected