Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Panicln
Method
Panicln
logger.go:338–340 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
336
}
337
338
func
(logger *Logger) Panicln(args ...
interface
{}) {
339
logger.Logln(PanicLevel, args...)
340
}
341
342
func
(logger *Logger) Exit(code int) {
343
runHandlers()
Callers
nothing calls this directly
Calls
1
Logln
Method · 0.95
Tested by
no test coverage detected