MCPcopy
hub / github.com/sqlc-dev/sqlc / toLowerCase

Function toLowerCase

internal/codegen/golang/field.go:137–143  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

135}
136
137func toLowerCase(str string) string {
138 if str == "" {
139 return ""
140 }
141
142 return strings.ToLower(str[:1]) + str[1:]
143}

Callers 2

PairsMethod · 0.85
VariableForFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected