Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
func
items(n *List) bool {
68
if
n == nil {
69
return
false
70
}
71
return
len(n.Items) > 0
72
}
73
74
func
todo(n *List) bool {
75
for
_, item :=
range
n.Items {
Callers
15
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Format
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected