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

Method set_null

libraries/AP_JSON/AP_JSON.cpp:635–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633 {
634 }
635 bool set_null()
636 {
637 *out_ = value();
638 return true;
639 }
640 bool set_bool(bool b)
641 {
642 *out_ = value(b);

Callers 1

_parseFunction · 0.80

Calls 1

valueClass · 0.85

Tested by

no test coverage detected