MCPcopy Create free account
hub / github.com/MariaDB/server / head_ref

Method head_ref

sql/sql_list.h:524–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522 inline T* head() {return (T*) base_list::head(); }
523 inline const T* head() const {return (const T*) base_list::head(); }
524 inline T** head_ref() {return (T**) base_list::head_ref(); }
525 inline T* pop() {return (T*) base_list::pop(); }
526 inline void append(List<T> *list) { base_list::append(list); }
527 inline void prepend(List<T> *list) { base_list::prepend(list); }

Callers 6

initialize_tablesMethod · 0.45
sql_parse.ccFile · 0.45
find_order_in_listFunction · 0.45
setup_new_fieldsFunction · 0.45
initialize_tablesMethod · 0.45
put_valueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected