MCPcopy Create free account
hub / github.com/ada-url/ada / is_forbidden_host_code_point

Function is_forbidden_host_code_point

src/unicode.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254 }();
255
256ada_really_inline constexpr bool is_forbidden_host_code_point(
257 const char c) noexcept {
258 return is_forbidden_host_code_point_table[uint8_t(c)];
259}
260
261constexpr static std::array<uint8_t, 256> is_forbidden_domain_code_point_table =
262 []() consteval {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected