Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
type
vmError error
10
11
func
errorf(msg string, arg ...
interface
{}) error {
12
return
vmError(fmt.Errorf(msg, arg...))
Callers
3
vm.go
File · 0.85
step
Method · 0.85
errorf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected