MCPcopy
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
136func joinNodes(list []*nodes.Node, sep string) string {
137 return strings.Join(stringSliceFromNodes(list), sep)
138}
139
140func NewParser() *Parser {
141 return &Parser{}

Callers 3

IsNamedParamFuncFunction · 0.85
IsNamedParamSignFunction · 0.85
parseRelationFromNodesFunction · 0.85

Calls 2

stringSliceFromNodesFunction · 0.85
JoinMethod · 0.45

Tested by

no test coverage detected