MCPcopy Create free account
hub / github.com/writefreely/writefreely / CreatedFriendly

Method CreatedFriendly

activitypub.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (ru *RemoteUser) CreatedFriendly() string {
78 return ru.Created.Format("January 2, 2006")
79}
80
81func (ru *RemoteUser) EstimatedHandle() string {
82 if ru.Handle != "" {

Callers

nothing calls this directly

Calls 1

FormatMethod · 0.80

Tested by

no test coverage detected