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

Method GetDecomp

include/wabt/opcode.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 size_t GetLength() const { return GetBytes().size(); }
61 const char* GetName() const { return GetInfo().name; }
62 const char* GetDecomp() const {
63 return *GetInfo().decomp ? GetInfo().decomp : GetInfo().name;
64 }
65 Type GetResultType() const { return GetInfo().result_type; }
66 Type GetResultType2() const { return GetInfo().result_type2; }
67 Type GetParamType1() const { return GetInfo().param_types[0]; }

Callers 1

OpcodeToTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected