MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / RecurseError

Method RecurseError

native/thirdpart/flatbuffers/idl_parser.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154inline CheckedError NoError() { return CheckedError(false); }
155
156CheckedError Parser::RecurseError() {
157 return Error("maximum parsing depth " + NumToString(parse_depth_counter_) +
158 " reached");
159}
160
161class Parser::ParseDepthGuard {
162 public:

Callers 1

CheckMethod · 0.80

Calls 2

ErrorFunction · 0.85
NumToStringFunction · 0.85

Tested by

no test coverage detected