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

Method RecurseError

contrib/libs/flatbuffers/src/idl_parser.cpp:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399CheckedError Parser::RecurseError() {
400 return Error("maximum parsing depth " + NumToString(parse_depth_counter_) +
401 " reached");
402}
403
404const std::string &Parser::GetPooledString(const std::string &s) const {
405 return *(string_cache_.insert(s).first);

Callers 1

CheckMethod · 0.80

Calls 2

NumToStringFunction · 0.85
ErrorFunction · 0.70

Tested by

no test coverage detected