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

Function Time

util/log/log.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func Time() string {
42 return timeColor(timeString())
43}
44
45var strs = sync.Pool{
46 New: func() any { return new(strings.Builder) },

Callers

nothing calls this directly

Calls 1

timeStringFunction · 0.85

Tested by

no test coverage detected