Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
func
(vm *VM) push(v Item) {
192
vm.contract.stack.push(v)
193
}
194
195
func
(vm *VM) pushBool(b bool) {
196
var
n Int
Callers
15
step
Method · 0.95
pushBool
Method · 0.95
opContract
Function · 0.45
opInput
Function · 0.45
opYield
Function · 0.45
opWrap
Function · 0.45
opContractProgram
Function · 0.45
opSelf
Function · 0.45
opSeed
Function · 0.45
opCaller
Function · 0.45
opGet
Function · 0.45
opPut
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected