Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ Stack
Method
Stack
error.go:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
func
(err *Error) Stack() []byte {
51
return
err.stack
52
}
53
54
func
(err *Error) Error() string {
55
return
fmt.Sprintf(
"%s\n\nStack:\n%s"
, err.Message(), err.stack)
Callers
3
processErrorNoPanic
Function · 0.80
newErr
Function · 0.80
wrapErr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected