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

Method OnEndAttributes

library/cpp/yson/json/json_writer.cpp:202–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 void TJsonWriter::OnEndAttributes() {
203 InAttributesBalance -= 1;
204 if (AttributesMode != JAM_NEVER) {
205 HasAttributes = true;
206 JsonWriter->CloseMap();
207 }
208 }
209
210 void TJsonWriter::WriteStringScalar(const TStringBuf& value) {
211 JsonWriter->Write(value);

Callers

nothing calls this directly

Calls 1

CloseMapMethod · 0.45

Tested by

no test coverage detected