Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
382
func
(c *Collection) EmailSubsEnabled() bool {
383
return
c.db.CollectionHasAttribute(c.ID,
"email_subs"
)
384
}
385
386
func
(c *Collection) MonetizationURL() string {
387
if
c.Monetization ==
""
{
Callers
4
viewCollectionPost
Function · 0.95
newPost
Function · 0.80
addPost
Function · 0.80
handleViewSubscribers
Function · 0.80
Calls
1
CollectionHasAttribute
Method · 0.65
Tested by
no test coverage detected