Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsDigit
Function
IsDigit
engine/dlib/src/test/test_mdns.cpp:305–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
303
}
304
305
static bool IsDigit(char c)
306
{
307
return c >=
'0'
&& c <=
'9'
;
308
}
309
310
static bool DecodeEscapedChar(const char** cursor, char* out)
311
{
Callers
1
DecodeEscapedChar
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected