Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
func
(v QueryValue) EmitStruct() bool {
27
return
v.Emit
28
}
29
30
func
(v QueryValue) IsStruct() bool {
31
return
v.Struct != nil
Callers
4
Pairs
Method · 0.95
VariableForField
Method · 0.95
queryImports
Method · 0.80
batchImports
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected