MCPcopy Create free account
hub / github.com/creatale/node-dv / cv_isspace

Function cv_isspace

deps/opencv/modules/core/src/persistence.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static inline bool cv_isspace(char c)
94{
95 return (9 <= c && c <= 13) || c == ' ';
96}
97
98static char* icv_itoa( int _val, char* buffer, int /*radix*/ )
99{

Callers 2

icvXMLParseValueFunction · 0.85
icvXMLParseTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected