MCPcopy Create free account
hub / github.com/tendermint/tendermint / GetCode

Method GetCode

abci/types/types.pb.go:1722–1727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1720var xxx_messageInfo_ResponseQuery proto.InternalMessageInfo
1721
1722func (m *ResponseQuery) GetCode() uint32 {
1723 if m != nil {
1724 return m.Code
1725 }
1726 return 0
1727}
1728
1729func (m *ResponseQuery) GetLog() string {
1730 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected