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

Method isEmpty

internal/codegen/golang/query.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (v QueryValue) isEmpty() bool {
39 return v.Typ == "" && v.Name == "" && v.Struct == nil
40}
41
42type Argument struct {
43 Name string

Callers 7

PairsMethod · 0.95
SlicePairMethod · 0.95
ParamsMethod · 0.95
hasRetTypeMethod · 0.80
filterUnusedStructsFunction · 0.80
queryImportsMethod · 0.80
copyfromImportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected