MCPcopy 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_debuggerFunction · 0.85
splitFunction · 0.85
covscript_mainFunction · 0.85
preprocessorMethod · 0.85
execMethod · 0.85
trimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected