Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
129
func
(u *User) IsAdmin() bool {
130
// TODO: get this from database
131
return
u.ID == 1
132
}
133
134
func
(u *User) IsSilenced() bool {
135
return
u.Status&UserSilenced != 0
Callers
12
pageForReq
Function · 0.95
viewCollectionPost
Function · 0.80
NewUserPage
Function · 0.80
handleResetPasswordInit
Function · 0.80
handleUserDelete
Function · 0.80
Admin
Method · 0.80
AdminApper
Method · 0.80
handleViewCollection
Function · 0.80
handleViewUserInvites
Function · 0.80
handleAdminDeleteUser
Function · 0.80
showLocalTimeline
Function · 0.80
DoDeleteAccount
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected