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

Function set

internal/sql/ast/print.go:56–65  ·  view source on GitHub ↗
(n Node)

Source from the content-addressed store, hash-verified

54}
55
56func set(n Node) bool {
57 if n == nil {
58 return false
59 }
60 _, ok := n.(*TODO)
61 if ok {
62 return false
63 }
64 return true
65}
66
67func items(n *List) bool {
68 if n == nil {

Callers 14

FormatMethod · 0.85
isNamedParamMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85
FormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected