Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Warn
Method
Warn
entry.go:327–329 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
325
}
326
327
func
(entry *Entry) Warn(args ...
interface
{}) {
328
entry.Log(WarnLevel, args...)
329
}
330
331
func
(entry *Entry) Warning(args ...
interface
{}) {
332
entry.Warn(args...)
Callers
1
Warning
Method · 0.95
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected