Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ IsStruct
Method
IsStruct
internal/codegen/golang/query.go:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
func
(v QueryValue) IsStruct() bool {
31
return
v.Struct != nil
32
}
33
34
func
(v QueryValue) IsPointer() bool {
35
return
v.EmitPointer && v.Struct != nil
Callers
4
Pairs
Method · 0.95
VariableForField
Method · 0.95
filterUnusedStructs
Function · 0.80
queryImports
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected