MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / timeString

Function timeString

util/log/log.go:35–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func timeString() string {
36 time := time.Now()
37
38 return fmt.Sprintf("%02d:%02d:%02d", time.Hour(), time.Minute(), time.Second())
39}
40
41func Time() string {
42 return timeColor(timeString())

Callers 15

TimeFunction · 0.85
ChatFunction · 0.85
InfolnFunction · 0.85
InfolnCleanFunction · 0.85
InfolnfCleanFunction · 0.85
InfoFunction · 0.85
InfofFunction · 0.85
InfolnfFunction · 0.85
ErrorlnFunction · 0.85
ErrorlnCleanFunction · 0.85
ErrorFunction · 0.85
ErrorfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected