Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
137
func
toLowerCase(str string) string {
138
if
str ==
""
{
139
return
""
140
}
141
142
return
strings.ToLower(str[:1]) + str[1:]
143
}
Callers
2
Pairs
Method · 0.85
VariableForField
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected