Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ cv_isalpha
Function
cv_isalpha
deps/opencv/modules/core/src/persistence.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static inline bool cv_isalpha(char c)
84
{
85
return (
'a'
<= c && c <=
'z'
) || (
'A'
<= c && c <=
'Z'
);
86
}
87
88
static inline bool cv_isdigit(char c)
89
{
Callers
7
getDefaultObjectName
Method · 0.85
icv_strtod
Function · 0.85
icvYMLWrite
Function · 0.85
icvXMLParseTag
Function · 0.85
icvXMLWriteTag
Function · 0.85
cvRegisterType
Function · 0.85
persistence.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected