MCPcopy
hub / github.com/writefreely/writefreely / IsAdmin

Method IsAdmin

users.go:129–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (u *User) IsAdmin() bool {
130 // TODO: get this from database
131 return u.ID == 1
132}
133
134func (u *User) IsSilenced() bool {
135 return u.Status&UserSilenced != 0

Callers 12

pageForReqFunction · 0.95
viewCollectionPostFunction · 0.80
NewUserPageFunction · 0.80
handleResetPasswordInitFunction · 0.80
handleUserDeleteFunction · 0.80
AdminMethod · 0.80
AdminApperMethod · 0.80
handleViewCollectionFunction · 0.80
handleViewUserInvitesFunction · 0.80
handleAdminDeleteUserFunction · 0.80
showLocalTimelineFunction · 0.80
DoDeleteAccountFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected