MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / validate_char

Function validate_char

src/rustDemangle.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292static NODISCARD bool validate_char(uint32_t n) {
293 return ((n ^ 0xd800) - 0x800) < 0x110000 - 0x800;
294}
295
296#define SMALL_PUNYCODE_LEN 128
297

Calls

no outgoing calls

Tested by

no test coverage detected