MCPcopy
hub / github.com/sqlc-dev/sqlc / GetText

Method GetText

internal/plugin/codegen.pb.go:853–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851}
852
853func (x *Query) GetText() string {
854 if x != nil {
855 return x.Text
856 }
857 return ""
858}
859
860func (x *Query) GetName() string {
861 if x != nil {

Calls

no outgoing calls

Tested by

no test coverage detected