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

Method EndObject

library/cpp/json/json_reader.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 bool EndObject(rapidjson::SizeType memberCount) {
310 Y_ASSERT(memberCount == Access(S.top()).GetMap().size() + GetDuplicateKeyCount());
311 S.pop();
312 return true;
313 }
314
315 bool StartArray() {
316 if (Access(S.top()).IsArray()) {

Callers 5

EndEventMethod · 0.45
WriteArgsMethod · 0.45
CloseMapMethod · 0.45
SerializeToJsonMethod · 0.45
TraceMethod · 0.45

Calls 4

AccessEnum · 0.50
sizeMethod · 0.45
GetMapMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected