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

Method HasOpcode

include/wabt/token.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 return IsTokenTypeType(token_type_) || IsTokenTypeRefKind(token_type_);
94 }
95 bool HasOpcode() const { return IsTokenTypeOpcode(token_type_); }
96 bool HasLiteral() const { return IsTokenTypeLiteral(token_type_); }
97
98 std::string_view text() const {

Callers

nothing calls this directly

Calls 1

IsTokenTypeOpcodeFunction · 0.85

Tested by

no test coverage detected