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

Method get_ptr

sql/sql_lex.h:2020–2023  ·  view source on GitHub ↗

Get the current stream pointer, in the raw buffer. */

Source from the content-addressed store, hash-verified

2018
2019 /** Get the current stream pointer, in the raw buffer. */
2020 const char *get_ptr()
2021 {
2022 return m_ptr;
2023 }
2024
2025 /** Get the current stream pointer, in the pre-processed buffer. */
2026 const char *get_cpp_ptr()

Callers 3

get_textFunction · 0.80
lex_one_tokenFunction · 0.80
ifFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected