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

Method setJumpEnd

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

Source from the content-addressed store, hash-verified

121 /// Getter and setter for jump count to End instruction.
122 uint32_t getJumpEnd() const noexcept { return Data.Blocks.JumpEnd; }
123 void setJumpEnd(const uint32_t Cnt) noexcept { Data.Blocks.JumpEnd = Cnt; }
124
125 /// Getter and setter for jump count to Else instruction.
126 uint32_t getJumpElse() const noexcept { return Data.Blocks.JumpElse; }

Callers 1

loadInstrSeqMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected