MCPcopy
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
177func (cf *CollectionFormat) Ascending() bool {
178 return cf.Format == "novel"
179}
180func (cf *CollectionFormat) ShowDates() bool {
181 return cf.Format == "blog"
182}

Callers 4

GetPostsMethod · 0.80
GetAllPostsTaggedIDsMethod · 0.80
GetPostsTaggedMethod · 0.80
GetLangPostsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected