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

Function opExt

protocol/txvm/contract.go:147–152  ·  view source on GitHub ↗
(vm *VM)

Source from the content-addressed store, hash-verified

145}
146
147func opExt(vm *VM) {
148 if !vm.extension {
149 panic(errors.Wrap(ErrExt, "ext"))
150 }
151 _ = vm.popData()
152}
153
154func opPrv(vm *VM) {
155 panic(ErrPrv)

Callers

nothing calls this directly

Calls 2

WrapFunction · 0.92
popDataMethod · 0.80

Tested by

no test coverage detected