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

Function items

internal/sql/ast/print.go:67–72  ·  view source on GitHub ↗
(n *List)

Source from the content-addressed store, hash-verified

65}
66
67func items(n *List) bool {
68 if n == nil {
69 return false
70 }
71 return len(n.Items) > 0
72}
73
74func todo(n *List) bool {
75 for _, item := range n.Items {

Callers 15

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
FormatMethod · 0.85
FormatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected