Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ is_digit
Function
is_digit
src/Chain/libraries/glua/glua_tokenparser.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
static inline bool is_digit(int c)
115
{
116
return
'0'
<= c && c <=
'9'
;
117
}
118
119
static inline bool is_alpha(int c)
120
{
Callers
4
hexchar_to_base10
Function · 0.70
_loaddecesc
Method · 0.70
_read_string
Method · 0.70
_parse_next_token
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected