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

Method rewind

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

Source from the content-addressed store, hash-verified

513 inline T *replace(T *a) { return (T*) base_list_iterator::replace(a); }
514 inline T *replace(List<T> &a) { return (T*) base_list_iterator::replace(a); }
515 inline void rewind(void) { base_list_iterator::rewind(); }
516 inline void remove() { base_list_iterator::remove(); }
517 inline void after(T *a) { base_list_iterator::after(a); }
518 inline T** ref(void) { return (T**) base_list_iterator::ref(); }

Callers 2

print_joinFunction · 0.45
foreign_key_prefixFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected