()
| 376 | } |
| 377 | |
| 378 | func (c *Collection) RenderMathJax() bool { |
| 379 | return c.db.CollectionHasAttribute(c.ID, "render_mathjax") |
| 380 | } |
| 381 | |
| 382 | func (c *Collection) EmailSubsEnabled() bool { |
| 383 | return c.db.CollectionHasAttribute(c.ID, "email_subs") |
nothing calls this directly
no test coverage detected