Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ ungetc
Method
ungetc
libraries/AP_JSON/AP_JSON.cpp:420–423 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
return *cur_ & 0xff;
419
}
420
void ungetc()
421
{
422
consumed_ = false;
423
}
424
Iter cur() const
425
{
426
if (consumed_) {
Callers
4
_parse_quadhex
Function · 0.80
_parse_string
Function · 0.80
_parse_number
Function · 0.80
_parse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected