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

Method push

protocol/txvm/vm.go:191–193  ·  view source on GitHub ↗

stack access

(v Item)

Source from the content-addressed store, hash-verified

189// stack access
190
191func (vm *VM) push(v Item) {
192 vm.contract.stack.push(v)
193}
194
195func (vm *VM) pushBool(b bool) {
196 var n Int

Callers 15

stepMethod · 0.95
pushBoolMethod · 0.95
opContractFunction · 0.45
opInputFunction · 0.45
opYieldFunction · 0.45
opWrapFunction · 0.45
opContractProgramFunction · 0.45
opSelfFunction · 0.45
opSeedFunction · 0.45
opCallerFunction · 0.45
opGetFunction · 0.45
opPutFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected