Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
func
(u *User) isAdmin() bool {
40
return
u.Role == 1
41
}
42
43
func
(u *User) isDisabled() bool {
44
return
u.Status == 0
Callers
3
updateUserProfile
Function · 0.80
verifyAdminPermission
Function · 0.80
verifyAndInjectProductID
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected