MCPcopy 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
15func (vm *VM) wraperr(e error) error {
16 return errors.WithData(e, "vm", vm)
17}

Callers 3

validateMethod · 0.95
recoverErrorMethod · 0.95
ResumerFunction · 0.80

Calls 1

WithDataFunction · 0.92

Tested by

no test coverage detected