MCPcopy
hub / github.com/sqlc-dev/sqlc / makeString

Function makeString

internal/engine/postgresql/utils.go:58–63  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

56}
57
58func makeString(s string) *string {
59 if s == "" {
60 return nil
61 }
62 return &s
63}

Callers 15

convertAccessPrivFunction · 0.85
convertAliasFunction · 0.85
convertAlterDatabaseStmtFunction · 0.85
convertAlterDomainStmtFunction · 0.85
convertAlterEnumStmtFunction · 0.85
convertAlterFdwStmtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected