Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EndEvent
Method · 0.45
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