Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
func
makeString(s string) *string {
59
if
s ==
""
{
60
return
nil
61
}
62
return
&s
63
}
Callers
15
convertAccessPriv
Function · 0.85
convertAlias
Function · 0.85
convertAlterDatabaseSetStmt
Function · 0.85
convertAlterDatabaseStmt
Function · 0.85
convertAlterDomainStmt
Function · 0.85
convertAlterEnumStmt
Function · 0.85
convertAlterEventTrigStmt
Function · 0.85
convertAlterExtensionContentsStmt
Function · 0.85
convertAlterExtensionStmt
Function · 0.85
convertAlterFdwStmt
Function · 0.85
convertAlterForeignServerStmt
Function · 0.85
convertAlterObjectSchemaStmt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected