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

Method RawWriteChar

library/cpp/json/writer/json.cpp:311–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 }
310
311 inline void TBuf::RawWriteChar(char c) {
312 Stream->Write(c);
313 }
314
315 void TBuf::WriteHexEscape(unsigned char c) {
316 Y_ASSERT(c < 0x80);

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected