Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ hexEscapeChar
Function
hexEscapeChar
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10917–10919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10915
}
10916
10917
void hexEscapeChar(std::ostream &os, unsigned char c) {
10918
os <<
"\\x"
<< std::uppercase << std::hex << std::setfill(
'0'
) << std::setw(2) << static_cast<int>(c);
10919
}
10920
10921
} // anonymous namespace
10922
Callers
1
encodeTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected