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

Method FromCode

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

static

Source from the content-addressed store, hash-verified

150
151// static
152inline Opcode Opcode::FromCode(uint32_t code) {
153 return FromCode(0, code);
154}
155
156// static
157inline Opcode Opcode::FromCode(uint8_t prefix, uint32_t code) {

Callers

nothing calls this directly

Calls 1

OpcodeClass · 0.85

Tested by

no test coverage detected