MCPcopy Create free account
hub / github.com/catboost/catboost / OctDigit

Function OctDigit

library/cpp/yson/writer.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 inline char OctDigit(char value) {
27 Y_ASSERT(value < 8);
28 return '0' + value;
29 }
30
31 inline bool IsPrintable(char c) {
32 return c >= 32 && c <= 126;

Callers 1

EscapeCFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected