Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
func
Time() string {
42
return
timeColor(timeString())
43
}
44
45
var
strs = sync.Pool{
46
New:
func
() any {
return
new(strings.Builder) },
Callers
nothing calls this directly
Calls
1
timeString
Function · 0.85
Tested by
no test coverage detected