MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setJumpElse

Method setJumpElse

include/ast/instruction.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 /// Getter and setter for jump count to Else instruction.
126 uint32_t getJumpElse() const noexcept { return Data.Blocks.JumpElse; }
127 void setJumpElse(const uint32_t Cnt) noexcept { Data.Blocks.JumpElse = Cnt; }
128
129 /// Getter and setter for value type.
130 const ValType &getValType() const noexcept { return Data.VType; }

Callers 1

loadInstrSeqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected