Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
95
func
toPascalCase(s string) string {
96
return
toCamelInitCase(s, true)
97
}
98
99
func
toCamelInitCase(name string, initUpper bool) string {
100
out :=
""
Callers
2
SetCaseStyle
Function · 0.85
SetJSONCaseStyle
Function · 0.85
Calls
1
toCamelInitCase
Function · 0.85
Tested by
no test coverage detected