Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ isDigit
Function
isDigit
itypes.h:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
*/
18
19
static inline int
20
isDigit(const char *ptr)
21
{
22
return isdigit(*(unsigned char *)ptr);
23
}
24
25
static inline int
26
isHexDigit(const char *ptr)
Callers
14
parse_output_words
Function · 0.85
parse_size_arg
Function · 0.85
parse_time
Function · 0.85
parse_hostspec
Function · 0.85
id_parse
Function · 0.85
parse_name_map
Function · 0.85
filtered_fwrite
Function · 0.85
log_formatted
Function · 0.85
log_format_has
Function · 0.85
find_filename_suffix
Function · 0.85
establish_proxy_connection
Function · 0.85
print_info_flags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected