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

Method DisplayTitle

collections.go:311–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309}
310
311func (c *Collection) DisplayTitle() string {
312 if c.Title != "" {
313 return c.Title
314 }
315 return c.Alias
316}
317
318func (c *Collection) StyleSheetDisplay() template.CSS {
319 return template.CSS(c.StyleSheet)

Callers 4

viewStatsFunction · 0.95
PersonObjectMethod · 0.95
AvatarURLMethod · 0.95
handleGopherCollectionFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected