Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chain/txvm
/ opExec
Function
opExec
protocol/txvm/control.go:40–43 ·
view source on GitHub ↗
(vm *VM)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
opExec(vm *VM) {
41
prog := vm.popBytes()
42
vm.exec(prog)
43
}
Callers
nothing calls this directly
Calls
2
popBytes
Method · 0.80
exec
Method · 0.80
Tested by
no test coverage detected