MCPcopy 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_quadhexFunction · 0.80
_parse_stringFunction · 0.80
_parse_numberFunction · 0.80
_parseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected