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

Method OnOpcode

src/binary-reader-objdump.cc:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222Result BinaryReaderObjdumpBase::OnOpcode(Opcode opcode) {
223 current_opcode = opcode;
224 return Result::Ok;
225}
226
227Result BinaryReaderObjdumpBase::OnRelocCount(Index count, Index section_index) {
228 if (section_index >= section_types_.size()) {

Callers

nothing calls this directly

Calls 4

GetLengthMethod · 0.80
GetNameMethod · 0.45
WritefMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected