Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Panic
Method
Panic
entry.go:344–346 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
342
}
343
344
func
(entry *Entry) Panic(args ...
interface
{}) {
345
entry.Log(PanicLevel, args...)
346
}
347
348
// Entry Printf family functions
349
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected