Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ isHexDigit
Function
isHexDigit
itypes.h:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static inline int
26
isHexDigit(const char *ptr)
27
{
28
return isxdigit(*(unsigned char *)ptr);
29
}
30
31
static inline int
32
isPrint(const char *ptr)
Callers
1
valid_ipaddr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected