MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / PrintTo

Function PrintTo

source/test/gtest/gtest-printers.cc:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); }
275void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); }
276
277// Prints a wchar_t as a symbol if it is printable or as its internal

Callers

nothing calls this directly

Calls 2

PrintCharAndCodeToFunction · 0.70
PrintCStringToFunction · 0.70

Tested by

no test coverage detected