Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arvidn/libtorrent
/ is_alpha
Function
is_alpha
src/string_util.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool is_alpha(char c)
73
{
74
return (c >=
'a'
&& c <=
'z'
) || (c >=
'A'
&& c <=
'Z'
);
75
}
76
77
bool is_print(char c)
78
{
Callers
3
parse_shadow_style
Function · 0.85
is_root_path
Function · 0.85
is_complete
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected