MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / EmitStruct

Method EmitStruct

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

Source from the content-addressed store, hash-verified

24}
25
26func (v QueryValue) EmitStruct() bool {
27 return v.Emit
28}
29
30func (v QueryValue) IsStruct() bool {
31 return v.Struct != nil

Callers 4

PairsMethod · 0.95
VariableForFieldMethod · 0.95
queryImportsMethod · 0.80
batchImportsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected