Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteJson
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Y_UNIT_TEST
Function · 0.45
Calls
1
FlushTo
Method · 0.45
Tested by
no test coverage detected