MCPcopy Create free account
hub / github.com/WebAssembly/wabt / opcode

Method opcode

include/wabt/token.h:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107
108 Opcode opcode() const {
109 assert(HasOpcode());
110 return opcode_;
111 }
112
113 const Literal& literal() const {
114 assert(HasLiteral());

Callers 6

ParseLoadStoreInstrMethod · 0.45
ParsePlainInstrMethod · 0.45
ParseConstMethod · 0.45
WriteCountsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected