()
| 116 | } |
| 117 | |
| 118 | func (x *PortMapping) GetGuestPort() int32 { |
| 119 | if x != nil { |
| 120 | return x.GuestPort |
| 121 | } |
| 122 | return 0 |
| 123 | } |
| 124 | |
| 125 | func (x *PortMapping) GetProtocol() L4Protocol { |
| 126 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected