Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ main
Function
main
internal/tools/sqlc-pg-gen/main.go:145–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
func
main() {
146
if
err := run(context.Background()); err != nil {
147
log.Fatal(err)
148
}
149
}
150
151
func
clean(arg string) string {
152
arg = strings.TrimSpace(arg)
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected