Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ isdigit
Function
isdigit
sources/instance/type_ext.cpp:467–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
465
}
466
467
bool isdigit(char c)
468
{
469
return std::isdigit(c);
470
}
471
472
bool iscntrl(char c)
473
{
Callers
3
covscript_main
Function · 0.85
parse_mode
Function · 0.85
string>
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected