()
| 231 | } |
| 232 | |
| 233 | func (user *userImpl) JWTChannels() ch.TimedSet { |
| 234 | return user.JWTChannels_ |
| 235 | } |
| 236 | |
| 237 | func (user *userImpl) SetJWTChannels(channels ch.TimedSet, invalSeq uint64) { |
| 238 | user.JWTChannels_ = channels |
no outgoing calls
no test coverage detected