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

Method Name

internal/sql/named/param.go:76–78  ·  view source on GitHub ↗

Name is the user defined name to use for this parameter

()

Source from the content-addressed store, hash-verified

74
75// Name is the user defined name to use for this parameter
76func (p Param) Name() string {
77 return p.name
78}
79
80// is checks if this params object has the specified nullability bit set
81func (p Param) is(n nullability) bool {

Callers 1

NamedParametersFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected