()
| 533 | } |
| 534 | |
| 535 | func (x *Trip) GetStatus() string { |
| 536 | if x != nil { |
| 537 | return x.Status |
| 538 | } |
| 539 | return "" |
| 540 | } |
| 541 | |
| 542 | func (x *Trip) GetUserID() string { |
| 543 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected