MCPcopy 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_styleFunction · 0.85
is_root_pathFunction · 0.85
is_completeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected