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

Method EndArray

library/cpp/json/json_reader.cpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326
327 bool EndArray(rapidjson::SizeType elementCount) {
328 Y_ASSERT(elementCount == Access(S.top()).GetArray().size());
329 S.pop();
330 return true;
331 }
332
333 bool IsWithinStackBounds() {
334 return Config.MaxDepth == 0 || (S.size() <= Config.MaxDepth);

Callers

nothing calls this directly

Calls 4

AccessEnum · 0.50
sizeMethod · 0.45
GetArrayMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected