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

Method titleColor

modules/elections/elections.go:193–198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (m *ElectionsModule) titleColor() string {
194 if v, ok := m.plug.Config.Get(`TitleColor`).(string); ok && v != `` {
195 return v
196 }
197 return `yellow`
198}
199
200// daysRemaining returns a human-readable days-remaining string for an election.
201func (m *ElectionsModule) daysRemaining() string {

Callers 1

onGetFormattedNameMethod · 0.95

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected