MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / DateString

Method DateString

modules/mudmail/mudmail.go:108–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (m Message) DateString() string {
109 tFormat := string(configs.GetConfig().TextFormats.Time)
110 return m.DateSent.Format(tFormat)
111}
112
113// Inbox is an ordered slice of messages for one user, newest first.
114type Inbox []Message

Callers

nothing calls this directly

Calls 2

GetConfigFunction · 0.92
FormatMethod · 0.80

Tested by

no test coverage detected