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

Method GetLength

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

Source from the content-addressed store, hash-verified

58 uint8_t GetPrefix() const { return GetInfo().prefix; }
59 uint32_t GetCode() const { return GetInfo().code; }
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;

Callers 2

OnOpcodeMethod · 0.80
LogOpcodeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected