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

Method yyGetLast

sql/sql_lex.h:1844–1847  ·  view source on GitHub ↗

Get the last character accepted. @return the last character accepted. */

Source from the content-addressed store, hash-verified

1842 @return the last character accepted.
1843 */
1844 unsigned char yyGetLast()
1845 {
1846 return m_ptr[-1];
1847 }
1848
1849 /**
1850 Look at the next character to parse, but do not accept it.

Callers 2

get_textFunction · 0.80
lex_one_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected