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

Method parse_object_start

libraries/AP_JSON/AP_JSON.cpp:671–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

669 return true;
670 }
671 bool parse_object_start()
672 {
673 *out_ = value(object_type, false);
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>();

Callers 1

_parse_objectFunction · 0.80

Calls 1

valueClass · 0.85

Tested by

no test coverage detected