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

Method get_warning_info

sql/sql_error.h:785–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783
784private:
785 Warning_info *get_warning_info() { return m_wi_stack.front(); }
786
787 const Warning_info *get_warning_info() const { return m_wi_stack.front(); }
788

Callers

nothing calls this directly

Calls 1

frontMethod · 0.45

Tested by

no test coverage detected