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

Method yySkip

sql/sql_lex.h:1881–1887  ·  view source on GitHub ↗

Accept a character, by advancing the input stream. */

Source from the content-addressed store, hash-verified

1879 Accept a character, by advancing the input stream.
1880 */
1881 void yySkip()
1882 {
1883 if (m_echo)
1884 *m_cpp_ptr++ = *m_ptr++;
1885 else
1886 m_ptr++;
1887 }
1888
1889 /**
1890 Accept multiple characters at once.

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