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

Function TestThrow

vm/neovm/stack_opcode_test.go:487–490  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

485}
486
487func TestThrow(t *testing.T) {
488 checkStackOpCode(t, THROW, []Value{}, []Value{})
489 checkStackOpCode(t, THROWIFNOT, []Value{true}, []Value{})
490}

Callers

nothing calls this directly

Calls 1

checkStackOpCodeFunction · 0.85

Tested by

no test coverage detected