MCPcopy Index your code
hub / github.com/writefreely/writefreely / formatContent

Method formatContent

postrender.go:93–95  ·  view source on GitHub ↗
(cfg *config.Config, isOwner bool, isPostPage bool)

Source from the content-addressed store, hash-verified

91}
92
93func (p *PublicPost) formatContent(cfg *config.Config, isOwner bool, isPostPage bool) {
94 p.Post.formatContent(cfg, &p.Collection.Collection, isOwner, isPostPage)
95}
96
97func (p *Post) augmentContent(c *Collection) {
98 if p.PinnedPosition.Valid {

Callers 1

ActivityObjectMethod · 0.95

Calls 1

formatContentMethod · 0.45

Tested by

no test coverage detected