Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Panic
Method
Panic
logger.go:252–254 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
250
}
251
252
func
(logger *Logger) Panic(args ...
interface
{}) {
253
logger.Log(PanicLevel, args...)
254
}
255
256
func
(logger *Logger) TraceFn(fn LogFunction) {
257
logger.LogFn(TraceLevel, fn)
Callers
nothing calls this directly
Calls
1
Log
Method · 0.95
Tested by
no test coverage detected