Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ joinNodes
Function
joinNodes
internal/engine/postgresql/parse.go:136–138 ·
view source on GitHub ↗
(list []*nodes.Node, sep string)
Source
from the content-addressed store, hash-verified
134
}
135
136
func
joinNodes(list []*nodes.Node, sep string) string {
137
return
strings.Join(stringSliceFromNodes(list), sep)
138
}
139
140
func
NewParser() *Parser {
141
return
&Parser{}
Callers
3
IsNamedParamFunc
Function · 0.85
IsNamedParamSign
Function · 0.85
parseRelationFromNodes
Function · 0.85
Calls
2
stringSliceFromNodes
Function · 0.85
Join
Method · 0.45
Tested by
no test coverage detected