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

Method IsSqlcSlice

internal/sql/named/param.go:112–114  ·  view source on GitHub ↗

IsSlice returns whether this param is a sqlc.slice() param.

()

Source from the content-addressed store, hash-verified

110
111// IsSlice returns whether this param is a sqlc.slice() param.
112func (p Param) IsSqlcSlice() bool {
113 return p.isSqlcSlice
114}
115
116// mergeParam creates a new param from 2 partially specified params
117// If the parameters have different names, the first is preferred

Callers 2

NamedParametersFunction · 0.95
resolveCatalogRefsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected