Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gin-gonic/gin
/ debugPrintError
Function
debugPrintError
debug.go:110–114 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
debugPrintError(err error) {
111
if
err != nil && IsDebugging() {
112
fmt.Fprintf(DefaultErrorWriter,
"[GIN-debug] [ERROR] %v\n"
, err)
113
}
114
}
Callers
7
Run
Method · 0.85
RunTLS
Method · 0.85
RunUnix
Method · 0.85
RunFd
Method · 0.85
RunQUIC
Method · 0.85
RunListener
Method · 0.85
TestDebugPrintError
Function · 0.85
Calls
1
IsDebugging
Function · 0.85
Tested by
1
TestDebugPrintError
Function · 0.68