()
| 1701 | } |
| 1702 | |
| 1703 | func (x *CDCValue) GetI() int64 { |
| 1704 | if x != nil { |
| 1705 | if x, ok := x.Value.(*CDCValue_I); ok { |
| 1706 | return x.I |
| 1707 | } |
| 1708 | } |
| 1709 | return 0 |
| 1710 | } |
| 1711 | |
| 1712 | func (x *CDCValue) GetD() float64 { |
| 1713 | if x != nil { |
no outgoing calls