MCPcopy Create free account
hub / github.com/SsageParuders/Android_Native_Surface / unget

Function unget

my_libhv/cpputil/json.hpp:7245–7269  ·  view source on GitHub ↗

! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not changed - we just simulate ungetting by modifying chars_read_total, chars_read_current_line, and token_string. The next call to get() will behave as if the unget character is read again. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

scan_commentMethod · 0.85
scan_numberMethod · 0.85
skip_bomFunction · 0.85

Calls 2

emptyMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected