Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ toCamelCase
Function
toCamelCase
internal/codegen/golang/field.go:91–93 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
89
}
90
91
func
toCamelCase(s string) string {
92
return
toCamelInitCase(s, false)
93
}
94
95
func
toPascalCase(s string) string {
96
return
toCamelInitCase(s, true)
Callers
2
replaceConflictedArg
Function · 0.85
SetCaseStyle
Function · 0.85
Calls
1
toCamelInitCase
Function · 0.85
Tested by
no test coverage detected