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

Function IsTokenTypeBare

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

Source from the content-addressed store, hash-verified

48const char* GetTokenTypeName(TokenType);
49
50inline bool IsTokenTypeBare(TokenType token_type) {
51 return token_type >= TokenType::First_Bare &&
52 token_type <= TokenType::Last_Bare;
53}
54
55inline bool IsTokenTypeString(TokenType token_type) {
56 return token_type >= TokenType::First_String &&

Callers 3

GetKeywordTokenMethod · 0.85
TokenMethod · 0.85
to_stringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected