Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
compile
Method · 0.45
checkInstrs
Method · 0.45
checkInstr
Method · 0.45
validate
Method · 0.45
validateCanonLift
Method · 0.45
validateCanonLower
Method · 0.45
validateCanonResourceNew
Method · 0.45
validateCanonResourceRep
Method · 0.45
validateCanonResourceDrop
Method · 0.45
validateConstExpr
Method · 0.45
checkOffsetOverflow
Method · 0.45
instantiate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected