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

Method IsSans

posts.go:1713–1715  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1711}
1712
1713func (p *Post) IsSans() bool {
1714 return p.Font == "sans"
1715}
1716
1717func (p *Post) IsMonospace() bool {
1718 return p.Font == "mono"

Callers 1

emailPostFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected