()
| 2099 | } |
| 2100 | |
| 2101 | func (x *MACState) GetCurrentParameters() *MACParameters { |
| 2102 | if x != nil { |
| 2103 | return x.CurrentParameters |
| 2104 | } |
| 2105 | return nil |
| 2106 | } |
| 2107 | |
| 2108 | func (x *MACState) GetDesiredParameters() *MACParameters { |
| 2109 | if x != nil { |
no outgoing calls
no test coverage detected