MCPcopy
hub / github.com/writefreely/writefreely / FederatedAccount

Method FederatedAccount

collections.go:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371}
372
373func (c *Collection) FederatedAccount() string {
374 accountUser := c.Alias
375 return c.FederatedAPIBase() + "api/collections/" + accountUser
376}
377
378func (c *Collection) RenderMathJax() bool {
379 return c.db.CollectionHasAttribute(c.ID, "render_mathjax")

Callers 7

PersonObjectMethod · 0.95
FindUserMethod · 0.95
ActivityObjectMethod · 0.80

Calls 1

FederatedAPIBaseMethod · 0.95

Tested by

no test coverage detected