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

Method move_elements_to

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

Source from the content-addressed store, hash-verified

848 inline T* get() { return (T*) base_ilist::get(); }
849 inline T* head() { return (T*) base_ilist::head(); }
850 inline void move_elements_to(I_List<T>* new_owner) {
851 base_ilist::move_elements_to(new_owner);
852 }
853 friend class I_List_iterator<T>;
854};
855

Callers 2

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected