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

Method get_cpp_ptr

sql/sql_lex.h:2026–2029  ·  view source on GitHub ↗

Get the current stream pointer, in the pre-processed buffer. */

Source from the content-addressed store, hash-verified

2024
2025 /** Get the current stream pointer, in the pre-processed buffer. */
2026 const char *get_cpp_ptr()
2027 {
2028 return m_cpp_ptr;
2029 }
2030
2031 /** Get the length of the current token, in the raw buffer. */
2032 uint yyLength()

Callers 3

set_body_endMethod · 0.80
get_textFunction · 0.80
lex_one_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected