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

Method front

sql/sql_plist.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 C::dec();
128 }
129 inline T* front() { return m_first; }
130 inline const T *front() const { return m_first; }
131 inline T* pop_front()
132 {

Callers 5

merge_sortFunction · 0.45
reserve_spaceMethod · 0.45
pop_warning_infoMethod · 0.45
get_warning_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected