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

Function opCaller

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

Source from the content-addressed store, hash-verified

127}
128
129func opCaller(vm *VM) {
130 vm.chargeCopy(Bytes(vm.caller))
131 vm.push(Bytes(vm.caller))
132}
133
134func opGet(vm *VM) {
135 item, ok := vm.argstack.pop()

Callers

nothing calls this directly

Calls 3

BytesTypeAlias · 0.85
chargeCopyMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected