MCPcopy 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
40func opExec(vm *VM) {
41 prog := vm.popBytes()
42 vm.exec(prog)
43}

Callers

nothing calls this directly

Calls 2

popBytesMethod · 0.80
execMethod · 0.80

Tested by

no test coverage detected