Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
static inline bool cv_isspace(char c)
94
{
95
return (9 <= c && c <= 13) || c ==
' '
;
96
}
97
98
static char* icv_itoa( int _val, char* buffer, int /*radix*/ )
99
{
Callers
2
icvXMLParseValue
Function · 0.85
icvXMLParseTag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected