()
| 185 | } |
| 186 | |
| 187 | func (user *userImpl) RoleNames() ch.TimedSet { |
| 188 | if user.RoleInvalSeq != 0 { |
| 189 | return nil |
| 190 | } |
| 191 | return user.RolesSince_ |
| 192 | } |
| 193 | |
| 194 | func (user *userImpl) setRolesSince(rolesSince ch.TimedSet) { |
| 195 | user.RolesSince_ = rolesSince |
no outgoing calls
no test coverage detected