MCPcopy 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
10917void 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

encodeToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected