MCPcopy Index your code
hub / github.com/writefreely/writefreely / IsSilenced

Method IsSilenced

users.go:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (u *User) IsSilenced() bool {
135 return u.Status&UserSilenced != 0
136}
137
138func (u *User) IsEmailSubscriber(app *App, collID int64) bool {
139 return app.db.IsEmailSubscriber("", u.ID, collID)

Callers 7

handleViewCollectionTagFunction · 0.95
handleViewCollectionLangFunction · 0.95
IsUserSilencedMethod · 0.95
handleViewSubscribersFunction · 0.80
viewSettingsFunction · 0.80
handleCreateUserInviteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected