MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / RoleNames

Method RoleNames

auth/user.go:187–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 6

InvalidateRolesMethod · 0.95
GetRolesMethod · 0.95
inheritedChannelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected