MCPcopy
hub / github.com/writefreely/writefreely / LandingPath

Method LandingPath

config/config.go:246–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

244}
245
246func (ac *AppCfg) LandingPath() string {
247 if !strings.HasPrefix(ac.Landing, "/") {
248 return "/" + ac.Landing
249 }
250 return ac.Landing
251}
252
253func (lc EmailCfg) Enabled() bool {
254 return (lc.Domain != "" && lc.MailgunPrivate != "") ||

Callers 2

UserMethod · 0.80
handleViewHomeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected