MCPcopy
hub / github.com/writefreely/writefreely / Enabled

Method Enabled

config/config.go:253–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251}
252
253func (lc EmailCfg) Enabled() bool {
254 return (lc.Domain != "" && lc.MailgunPrivate != "") ||
255 lc.Username != "" && lc.Password != "" && lc.Host != "" && lc.Port > 0
256}
257
258func (ac AppCfg) SignupPath() string {
259 if !ac.OpenRegistration {

Callers 11

newPostFunction · 0.80
addPostFunction · 0.80
viewCollectionPostFunction · 0.80
viewLoginFunction · 0.80
viewEditCollectionFunction · 0.80
viewStatsFunction · 0.80
handleViewSubscribersFunction · 0.80
viewResetPasswordFunction · 0.80
handleResetPasswordInitFunction · 0.80
loginViaEmailFunction · 0.80
InitializeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected