MCPcopy Create free account
hub / github.com/chain/txvm / vmError

TypeAlias vmError

protocol/txvm/error.go:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type vmError error
10
11func errorf(msg string, arg ...interface{}) error {
12 return vmError(fmt.Errorf(msg, arg...))

Callers 3

vm.goFile · 0.85
stepMethod · 0.85
errorfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected