Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
292
static NODISCARD bool validate_char(uint32_t n) {
293
return ((n ^ 0xd800) - 0x800) < 0x110000 - 0x800;
294
}
295
296
#define SMALL_PUNYCODE_LEN 128
297
Callers
3
punycode_status punycode_decode
Function · 0.85
overflow_status printer_print_const
Function · 0.85
overflow_status rust_demangle_legacy_display_demangle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected