()
| 1702 | } |
| 1703 | |
| 1704 | func (x *UserSession) GetUserIds() *UserIdentifiers { |
| 1705 | if x != nil { |
| 1706 | return x.UserIds |
| 1707 | } |
| 1708 | return nil |
| 1709 | } |
| 1710 | |
| 1711 | func (x *UserSession) GetSessionId() string { |
| 1712 | if x != nil { |
no outgoing calls
no test coverage detected