MCPcopy 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
59func titleFirst(s string) string {
60 r := []rune(s)
61 r[0] = unicode.ToUpper(r[0])
62
63 return string(r)
64}

Callers 1

EnumValueNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected