Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1717
func
(p *Post) IsMonospace() bool {
1718
return
p.Font ==
"mono"
1719
}
1720
1721
func
(rp *RawPost) UserFacingCreated() string {
1722
return
rp.Created.Format(postMetaDateFormat)
Callers
1
emailPost
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected