Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
func
opPut(vm *VM) {
143
item := vm.pop()
144
vm.argstack.push(item)
145
}
146
147
func
opExt(vm *VM) {
148
if
!vm.extension {
Callers
nothing calls this directly
Calls
2
pop
Method · 0.45
push
Method · 0.45
Tested by
no test coverage detected