MCPcopy
hub / github.com/writefreely/writefreely / EmailSubsEnabled

Method EmailSubsEnabled

collections.go:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380}
381
382func (c *Collection) EmailSubsEnabled() bool {
383 return c.db.CollectionHasAttribute(c.ID, "email_subs")
384}
385
386func (c *Collection) MonetizationURL() string {
387 if c.Monetization == "" {

Callers 4

viewCollectionPostFunction · 0.95
newPostFunction · 0.80
addPostFunction · 0.80
handleViewSubscribersFunction · 0.80

Calls 1

Tested by

no test coverage detected