Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ Title
Function
Title
internal/codegen/sdk/utils.go:18–20 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
16
}
17
18
func
Title(s string) string {
19
return
strings.Title(s)
20
}
21
22
// Go string literals cannot contain backtick. If a string contains
23
// a backtick, replace it the following way:
Callers
1
buildQueries
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected