MCPcopy 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
764func (x *Column) GetType() *Identifier {
765 if x != nil {
766 return x.Type
767 }
768 return nil
769}
770
771func (x *Column) GetIsSqlcSlice() bool {
772 if x != nil {

Callers 5

convertColumnDefFunction · 0.45
convertValueExprMethod · 0.45
convertFuncCastExprMethod · 0.45
convertProcedureInfoMethod · 0.45
filterHunksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected