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

Method getOpCode

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

Getter for OpCode.

Source from the content-addressed store, hash-verified

110
111 /// Getter for OpCode.
112 OpCode getOpCode() const noexcept { return Code; }
113
114 /// Getter for Offset.
115 uint32_t getOffset() const noexcept { return Offset; }

Callers 15

compileMethod · 0.45
checkInstrsMethod · 0.45
checkInstrMethod · 0.45
validateMethod · 0.45
validateCanonLiftMethod · 0.45
validateCanonLowerMethod · 0.45
validateConstExprMethod · 0.45
checkOffsetOverflowMethod · 0.45
instantiateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected