Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ titleFirst
Function
titleFirst
internal/codegen/golang/enum.go:59–64 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
57
}
58
59
func
titleFirst(s string) string {
60
r := []rune(s)
61
r[0] = unicode.ToUpper(r[0])
62
63
return
string(r)
64
}
Callers
1
EnumValueName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected