MCPcopy
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
91func toCamelCase(s string) string {
92 return toCamelInitCase(s, false)
93}
94
95func toPascalCase(s string) string {
96 return toCamelInitCase(s, true)

Callers 2

replaceConflictedArgFunction · 0.85
SetCaseStyleFunction · 0.85

Calls 1

toCamelInitCaseFunction · 0.85

Tested by

no test coverage detected