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

Method IsMonospace

posts.go:1717–1719  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1715}
1716
1717func (p *Post) IsMonospace() bool {
1718 return p.Font == "mono"
1719}
1720
1721func (rp *RawPost) UserFacingCreated() string {
1722 return rp.Created.Format(postMetaDateFormat)

Callers 1

emailPostFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected