MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / parse_object_item

Method parse_object_item

libraries/AP_JSON/AP_JSON.cpp:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 return true;
675 }
676 template <typename Iter> bool parse_object_item(input<Iter> &in, const std::string &key)
677 {
678 object &o = out_->get<object>();
679 default_parse_context ctx(&o[key]);
680 return _parse(ctx, in);
681 }
682
683private:
684 default_parse_context(const default_parse_context &);

Callers 1

_parse_objectFunction · 0.80

Calls 1

_parseFunction · 0.85

Tested by

no test coverage detected