Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ IsParamSign
Function
IsParamSign
internal/sql/named/is.go:23–26 ·
view source on GitHub ↗
(node ast.Node)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
IsParamSign(node ast.Node) bool {
24
expr, ok := node.(*ast.A_Expr)
25
return
ok && astutils.Join(expr.Name,
"."
) ==
"@"
26
}
Callers
2
NamedParameters
Function · 0.92
validateCopyfrom
Function · 0.92
Calls
1
Join
Function · 0.92
Tested by
no test coverage detected