MCPcopy
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
145func main() {
146 if err := run(context.Background()); err != nil {
147 log.Fatal(err)
148 }
149}
150
151func clean(arg string) string {
152 arg = strings.TrimSpace(arg)

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected