MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / yyUnget

Method yyUnget

sql/sql_lex.h:1871–1876  ·  view source on GitHub ↗

Cancel the effect of the last yyGet() or yySkip(). Note that the echo mode should not change between calls to yyGet / yySkip and yyUnget. The caller is responsible for ensuring that. */

Source from the content-addressed store, hash-verified

1869 and yyUnget. The caller is responsible for ensuring that.
1870 */
1871 void yyUnget()
1872 {
1873 m_ptr--;
1874 if (m_echo)
1875 m_cpp_ptr--;
1876 }
1877
1878 /**
1879 Accept a character, by advancing the input stream.

Callers 4

get_tokenFunction · 0.80
get_quoted_tokenFunction · 0.80
get_textFunction · 0.80
lex_one_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected