Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ DebugFn
Method
DebugFn
logger.go:260–262 ·
view source on GitHub ↗
(fn LogFunction)
Source
from the content-addressed store, hash-verified
258
}
259
260
func
(logger *Logger) DebugFn(fn LogFunction) {
261
logger.LogFn(DebugLevel, fn)
262
}
263
264
func
(logger *Logger) InfoFn(fn LogFunction) {
265
logger.LogFn(InfoLevel, fn)
Callers
1
DebugFn
Function · 0.80
Calls
1
LogFn
Method · 0.95
Tested by
no test coverage detected