Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dearcode/candy
/ Warning
Function
Warning
util/log/log.go:55–57 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
53
}
54
55
func
Warning(v ...
interface
{}) {
56
mlog.Log(LOG_WARNING, fmt.Sprint(v...))
57
}
58
59
func
Warningf(format string, v ...
interface
{}) {
60
mlog.Log(LOG_WARNING, fmt.Sprintf(format, v...))
Callers
nothing calls this directly
Calls
1
Log
Method · 0.80
Tested by
no test coverage detected