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

Method yyPeek

sql/sql_lex.h:1852–1855  ·  view source on GitHub ↗

Look at the next character to parse, but do not accept it. */

Source from the content-addressed store, hash-verified

1850 Look at the next character to parse, but do not accept it.
1851 */
1852 unsigned char yyPeek()
1853 {
1854 return m_ptr[0];
1855 }
1856
1857 /**
1858 Look ahead at some character to parse.

Callers 2

consume_commentFunction · 0.80
lex_one_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected