Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ IsPointer
Method
IsPointer
internal/codegen/golang/query.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(v QueryValue) IsPointer() bool {
35
return
v.EmitPointer && v.Struct != nil
36
}
37
38
func
(v QueryValue) isEmpty() bool {
39
return
v.Typ ==
""
&& v.Name ==
""
&& v.Struct == nil
Callers
2
DefineType
Method · 0.95
ReturnName
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected