MCPcopy Index your code
hub / github.com/bytebase/bytebase / GetCommandError

Method GetCommandError

backend/generated-go/v1/sql_service.pb.go:912–919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

910}
911
912func (x *QueryResult) GetCommandError() *QueryResult_CommandError {
913 if x != nil {
914 if x, ok := x.DetailedError.(*QueryResult_CommandError_); ok {
915 return x.CommandError
916 }
917 }
918 return nil
919}
920
921func (x *QueryResult) GetMessages() []*QueryResult_Message {
922 if x != nil {

Callers 1

EqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected