()
| 4152 | } |
| 4153 | |
| 4154 | func (m *Num) GetForwarded() bool { |
| 4155 | if m != nil { |
| 4156 | return m.Forwarded |
| 4157 | } |
| 4158 | return false |
| 4159 | } |
| 4160 | |
| 4161 | func (m *Num) GetType() NumLeaseType { |
| 4162 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected