Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_parse
Function · 0.80
Calls
1
value
Class · 0.85
Tested by
no test coverage detected