MCPcopy Index your code
hub / github.com/chain/Core / pushInt64

Method pushInt64

protocol/vm/vm.go:161–163  ·  view source on GitHub ↗
(n int64, deferred bool)

Source from the content-addressed store, hash-verified

159}
160
161func (vm *virtualMachine) pushInt64(n int64, deferred bool) error {
162 return vm.push(Int64Bytes(n), deferred)
163}
164
165func (vm *virtualMachine) pop(deferred bool) ([]byte, error) {
166 if len(vm.dataStack) == 0 {

Callers 15

op1AddFunction · 0.80
op1SubFunction · 0.80
op2MulFunction · 0.80
op2DivFunction · 0.80
opNegateFunction · 0.80
opAbsFunction · 0.80
opAddFunction · 0.80
opSubFunction · 0.80
opMulFunction · 0.80
opDivFunction · 0.80
opModFunction · 0.80
opLshiftFunction · 0.80

Calls 2

pushMethod · 0.95
Int64BytesFunction · 0.85

Tested by

no test coverage detected