Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ NeedsEscaping
Function
NeedsEscaping
Bcore/src/main/cpp/dex/utf.cc:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
static inline constexpr bool NeedsEscaping(uint16_t ch) {
271
return (ch <
' '
|| ch >
'~'
);
272
}
273
274
std::string PrintableChar(uint16_t ch) {
275
std::string result;
Callers
2
PrintableChar
Function · 0.85
PrintableString
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected