()
| 111 | func (*EncodedError_Wrapper) isEncodedError_Error() {} |
| 112 | |
| 113 | func (m *EncodedError) GetError() isEncodedError_Error { |
| 114 | if m != nil { |
| 115 | return m.Error |
| 116 | } |
| 117 | return nil |
| 118 | } |
| 119 | |
| 120 | func (m *EncodedError) GetLeaf() *EncodedErrorLeaf { |
| 121 | if x, ok := m.GetError().(*EncodedError_Leaf); ok { |
no outgoing calls
no test coverage detected