()
| 261 | } |
| 262 | |
| 263 | func (user *userImpl) RoleHistory() TimedSetHistory { |
| 264 | return user.RoleHistory_ |
| 265 | } |
| 266 | |
| 267 | // Type is used to store a pair of channel names to triggered by sequences |
| 268 | // If there already exists the channel in the map it'll only update its sequence if the sequence being added is greater |
no outgoing calls
no test coverage detected