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

Method get_tok_start

sql/sql_lex.h:1990–1993  ·  view source on GitHub ↗

Get the token start position, in the raw buffer. */

Source from the content-addressed store, hash-verified

1988
1989 /** Get the token start position, in the raw buffer. */
1990 const char *get_tok_start()
1991 {
1992 return m_tok_start;
1993 }
1994
1995 /** Get the token start position, in the pre-processed buffer. */
1996 const char *get_cpp_tok_start()

Callers 4

find_keywordFunction · 0.80
get_tokenFunction · 0.80
get_quoted_tokenFunction · 0.80
get_textFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected