Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_TEST
Function · 0.45
Calls
3
Write
Method · 0.45
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected