Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/aceld/zinx
/ Errorf
Function
Errorf
zlog/stdzlog.go:96–98 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
94
}
95
96
func
Errorf(format string, v ...
interface
{}) {
97
StdZinxLog.Errorf(format, v...)
98
}
99
100
func
Error(v ...
interface
{}) {
101
StdZinxLog.Error(v...)
Callers
nothing calls this directly
Calls
1
Errorf
Method · 0.80
Tested by
no test coverage detected