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

Method UnsafeWrite

library/cpp/json/json_writer.h:127–129  ·  view source on GitHub ↗

write raw json without checks

Source from the content-addressed store, hash-verified

125
126 // write raw json without checks
127 void UnsafeWrite(const TStringBuf& value) {
128 Buf.UnsafeWriteValue(value);
129 }
130
131 template <typename T>
132 void Write(const TStringBuf& key, const T& value) {

Callers

nothing calls this directly

Calls 2

UnsafeWriteValueMethod · 0.45
WriteKeyMethod · 0.45

Tested by

no test coverage detected