Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ Warnf
Function
Warnf
zlog/stdzlog.go:88–90 ·
view source on GitHub ↗
(format string, v ...interface{})
Source
from the content-addressed store, hash-verified
86
}
87
88
func
Warnf(format string, v ...
interface
{}) {
89
StdZinxLog.Warnf(format, v...)
90
}
91
92
func
Warn(v ...
interface
{}) {
93
StdZinxLog.Warn(v...)
Callers
nothing calls this directly
Calls
1
Warnf
Method · 0.80
Tested by
no test coverage detected