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

Method Flush

library/cpp/json/ordered_maps/json_writer_ordered.cpp:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void TJsonWriter::Flush() {
50 if (Out) {
51 Buf.FlushTo(Out);
52 }
53 }
54
55 void TJsonWriter::OpenMap() {
56 Buf.BeginObject();

Callers 5

WriteJsonFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

FlushToMethod · 0.45

Tested by

no test coverage detected