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

Function IsTokenTypeType

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

Source from the content-addressed store, hash-verified

58}
59
60inline bool IsTokenTypeType(TokenType token_type) {
61 return token_type == TokenType::ValueType;
62}
63
64inline bool IsTokenTypeOpcode(TokenType token_type) {
65 return token_type >= TokenType::First_Opcode &&

Callers 2

GetKeywordTokenMethod · 0.85
HasTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected