Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
func
(v QueryValue) isEmpty() bool {
39
return
v.Typ ==
""
&& v.Name ==
""
&& v.Struct == nil
40
}
41
42
type
Argument
struct
{
43
Name string
Callers
7
Pairs
Method · 0.95
SlicePair
Method · 0.95
Params
Method · 0.95
hasRetType
Method · 0.80
filterUnusedStructs
Function · 0.80
queryImports
Method · 0.80
copyfromImports
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected