MCPcopy Create free account
hub / github.com/DNAProject/DNA / checkAltStackOpCode

Function checkAltStackOpCode

vm/neovm/stack_opcode_test.go:99–102  ·  view source on GitHub ↗
(t *testing.T, code OpCode, origin [2][]Value, expected [2][]Value)

Source from the content-addressed store, hash-verified

97}
98
99func checkAltStackOpCode(t *testing.T, code OpCode, origin [2][]Value, expected [2][]Value) {
100 //checkAltStackOpCodeOld(t, []byte{byte(code)}, origin, expected)
101 checkAltStackOpCodeNew(t, []byte{byte(code)}, origin, expected)
102}
103
104func checkMultiStackOpCode(t *testing.T, code []OpCode, origin, expected []Value) {
105 var raw []byte

Callers 2

checkStackOpCodeFunction · 0.85
TestAltStackOpCodeFunction · 0.85

Calls 1

checkAltStackOpCodeNewFunction · 0.85

Tested by

no test coverage detected