Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/writefreely/writefreely
/ Ascending
Method
Ascending
collections.go:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(cf *CollectionFormat) Ascending() bool {
178
return
cf.Format ==
"novel"
179
}
180
func
(cf *CollectionFormat) ShowDates() bool {
181
return
cf.Format ==
"blog"
182
}
Callers
4
GetPosts
Method · 0.80
GetAllPostsTaggedIDs
Method · 0.80
GetPostsTagged
Method · 0.80
GetLangPosts
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected