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

Method parse_array_stop

libraries/AP_JSON/AP_JSON.cpp:667–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665 return _parse(ctx, in);
666 }
667 bool parse_array_stop(size_t)
668 {
669 return true;
670 }
671 bool parse_object_start()
672 {
673 *out_ = value(object_type, false);

Callers 1

_parse_arrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected