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

Method UnsafeWriteRawBytes

library/cpp/json/writer/json.cpp:463–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 }
462
463 void TBuf::UnsafeWriteRawBytes(const char* src, size_t len) {
464 Stream->Write(src, len);
465 }
466
467 void TBuf::UnsafeWriteRawBytes(const TStringBuf& s) {
468 UnsafeWriteRawBytes(s.data(), s.size());

Callers 2

EndEventMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected