MCPcopy Create free account
hub / github.com/NativeScript/android / convert_hex_to_binary

Function convert_hex_to_binary

test-app/runtime/src/main/cpp/ada/ada.cpp:10829–10831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10827 12, 13, 14, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
10828 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10, 11, 12, 13, 14, 15};
10829unsigned constexpr convert_hex_to_binary(const char c) noexcept {
10830 return hex_to_binary_table[c - '0'];
10831}
10832
10833std::string percent_decode(const std::string_view input, size_t first_percent) {
10834 // next line is for safety only, we expect users to avoid calling

Callers 2

percent_decodeFunction · 0.85
parse_ipv6Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected