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

Method UnsafeWriteValue

library/cpp/json/writer/json.cpp:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449 }
450
451 void TBuf::UnsafeWriteValue(const TStringBuf& s) {
452 BeginValue();
453 UnsafeWriteRawBytes(s);
454 EndValue();
455 }
456
457 void TBuf::UnsafeWriteValue(const char* s, size_t len) {
458 BeginValue();

Callers 3

WriteMethod · 0.45
UnsafeWriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected