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

Function opPut

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

Source from the content-addressed store, hash-verified

140}
141
142func opPut(vm *VM) {
143 item := vm.pop()
144 vm.argstack.push(item)
145}
146
147func opExt(vm *VM) {
148 if !vm.extension {

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected