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

Function IsTokenTypeString

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

Source from the content-addressed store, hash-verified

53}
54
55inline bool IsTokenTypeString(TokenType token_type) {
56 return token_type >= TokenType::First_String &&
57 token_type <= TokenType::Last_String;
58}
59
60inline bool IsTokenTypeType(TokenType token_type) {
61 return token_type == TokenType::ValueType;

Callers 1

HasTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected