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

Method HasSqlcSlice

internal/codegen/golang/field.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (gf Field) HasSqlcSlice() bool {
29 return gf.Column.IsSqlcSlice
30}
31
32func TagsToString(tags map[string]string) string {
33 if len(tags) == 0 {

Callers 2

ParamsMethod · 0.80
queryImportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected