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

Method eof

sql/sql_lex.h:1934–1937  ·  view source on GitHub ↗

End of file indicator for the query text to parse. @return true if there are no more characters to parse */

Source from the content-addressed store, hash-verified

1932 @return true if there are no more characters to parse
1933 */
1934 bool eof()
1935 {
1936 return (m_ptr >= m_end_of_query);
1937 }
1938
1939 /**
1940 End of file indicator for the query text to parse.

Callers 3

get_textFunction · 0.45
consume_commentFunction · 0.45
lex_one_tokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected