Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ is_alpha
Function
is_alpha
src/Chain/libraries/glua/glua_tokenparser.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
static inline bool is_alpha(int c)
120
{
121
return (
'a'
<= c && c <=
'z'
) || (
'A'
<= c && c <=
'Z'
);
122
}
123
124
static inline bool is_big_alpha(int c)
125
{
Callers
1
_parse_next_token
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected