MCPcopy 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
73func LowercaseString(n int) string {
74 return randomString(n, rand.NewSource(time.Now().UnixNano()), _lowercaseBytes+_numberBytes)
75}

Callers 1

RandomNameFunction · 0.92

Calls 1

randomStringFunction · 0.85

Tested by

no test coverage detected