MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / toPascalCase

Function toPascalCase

internal/codegen/golang/field.go:95–97  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

93}
94
95func toPascalCase(s string) string {
96 return toCamelInitCase(s, true)
97}
98
99func toCamelInitCase(name string, initUpper bool) string {
100 out := ""

Callers 2

SetCaseStyleFunction · 0.85
SetJSONCaseStyleFunction · 0.85

Calls 1

toCamelInitCaseFunction · 0.85

Tested by

no test coverage detected