MCPcopy Create free account
hub / github.com/TalkingData/owl / isAdmin

Method isAdmin

api/users.go:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37}
38
39func (u *User) isAdmin() bool {
40 return u.Role == 1
41}
42
43func (u *User) isDisabled() bool {
44 return u.Status == 0

Callers 3

updateUserProfileFunction · 0.80
verifyAdminPermissionFunction · 0.80
verifyAndInjectProductIDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected