Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
func
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
67
func
items(n *List) bool {
68
if
n == nil {
Callers
14
Format
Method · 0.85
isNamedParam
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