Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Error
Method
Error
error.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(err *Error) Error() string {
55
return
fmt.Sprintf(
"%s\n\nStack:\n%s"
, err.Message(), err.stack)
56
}
57
58
func
processErrorNoPanic(err error) error {
59
if
logErrors {
Callers
8
Value
Method · 0.45
Message
Method · 0.45
processErrorNoPanic
Function · 0.45
PresentError
Method · 0.45
Dispose
Method · 0.45
conditionOrProperty
Method · 0.45
Value
Method · 0.45
main
Function · 0.45
Calls
1
Message
Method · 0.95
Tested by
no test coverage detected