Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ GetType
Method
GetType
internal/plugin/codegen.pb.go:764–769 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
762
}
763
764
func
(x *Column) GetType() *Identifier {
765
if
x != nil {
766
return
x.Type
767
}
768
return
nil
769
}
770
771
func
(x *Column) GetIsSqlcSlice() bool {
772
if
x != nil {
Callers
5
convertColumnDef
Function · 0.45
convertValueExpr
Method · 0.45
convertFuncCastExpr
Method · 0.45
convertProcedureInfo
Method · 0.45
filterHunks
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected