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

Method HasPrefix

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

Source from the content-addressed store, hash-verified

55 static Opcode FromCode(uint32_t);
56 static Opcode FromCode(uint8_t prefix, uint32_t code);
57 bool HasPrefix() const { return GetInfo().prefix != 0; }
58 uint8_t GetPrefix() const { return GetInfo().prefix; }
59 uint32_t GetCode() const { return GetInfo().code; }
60 size_t GetLength() const { return GetBytes().size(); }

Callers 1

WriteOpcodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected