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

Method RawWriteChar

library/cpp/json/ordered_maps/json_ordered.cpp:318–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 inline void TBuf::RawWriteChar(char c) {
319 Stream->Write(c);
320 }
321
322 void TBuf::WriteHexEscape(unsigned char c) {
323 Y_ASSERT(c < 0x80);

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected