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

Method UnsafeWriteValue

library/cpp/json/ordered_maps/json_ordered.cpp:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 void TBuf::UnsafeWriteValue(const TStringBuf& s) {
459 BeginValue();
460 UnsafeWriteRawBytes(s);
461 EndValue();
462 }
463
464 void TBuf::UnsafeWriteValue(const char* s, size_t len) {
465 BeginValue();

Callers 3

UnsafeWriteMethod · 0.45
WriteMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected