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

Method UnsafeWriteRawBytes

library/cpp/json/ordered_maps/json_ordered.cpp:470–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468 }
469
470 void TBuf::UnsafeWriteRawBytes(const char* src, size_t len) {
471 Stream->Write(src, len);
472 }
473
474 void TBuf::UnsafeWriteRawBytes(const TStringBuf& s) {
475 UnsafeWriteRawBytes(s.data(), s.size());

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected