Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1713
func
(p *Post) IsSans() bool {
1714
return
p.Font ==
"sans"
1715
}
1716
1717
func
(p *Post) IsMonospace() bool {
1718
return
p.Font ==
"mono"
Callers
1
emailPost
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected