Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ wraperr
Method
wraperr
protocol/txvm/error.go:15–17 ·
view source on GitHub ↗
(e error)
Source
from the content-addressed store, hash-verified
13
}
14
15
func
(vm *VM) wraperr(e error) error {
16
return
errors.WithData(e,
"vm"
, vm)
17
}
Callers
3
validate
Method · 0.95
recoverError
Method · 0.95
Resumer
Function · 0.80
Calls
1
WithData
Function · 0.92
Tested by
no test coverage detected