Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ isspace
Function
isspace
sources/instance/type_ext.cpp:482–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
480
}
481
482
bool isspace(char c)
483
{
484
return std::isspace(c);
485
}
486
487
bool isblank(char c)
488
{
Callers
6
covscript_debugger
Function · 0.85
split
Function · 0.85
covscript_main
Function · 0.85
preprocessor
Method · 0.85
exec
Method · 0.85
trim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected