Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ is_digit
Function
is_digit
test-app/runtime/src/main/cpp/ada/ada.h:1032–1032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1030
}
1031
1032
constexpr bool is_digit(char x) noexcept { return (x >=
'0'
) & (x <=
'9'
); }
1033
1034
constexpr char to_lower(char x) noexcept { return (x | 0x20); }
1035
Callers
3
has_dash_dot
Method · 0.85
parse_ipv4
Method · 0.85
parse_ipv6
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected