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

Method yyGet

sql/sql_lex.h:1832–1838  ·  view source on GitHub ↗

Get a character, and advance in the stream. @return the next character to parse. */

Source from the content-addressed store, hash-verified

1830 @return the next character to parse.
1831 */
1832 unsigned char yyGet()
1833 {
1834 char c= *m_ptr++;
1835 if (m_echo)
1836 *m_cpp_ptr++ = c;
1837 return c;
1838 }
1839
1840 /**
1841 Get the last character accepted.

Callers 3

get_textFunction · 0.80
consume_commentFunction · 0.80
lex_one_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected