()
| 2190 | } |
| 2191 | |
| 2192 | func (x *MACState) GetRecentUplinks() []*MACState_UplinkMessage { |
| 2193 | if x != nil { |
| 2194 | return x.RecentUplinks |
| 2195 | } |
| 2196 | return nil |
| 2197 | } |
| 2198 | |
| 2199 | func (x *MACState) GetRecentDownlinks() []*MACState_DownlinkMessage { |
| 2200 | if x != nil { |
no outgoing calls
no test coverage detected