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

Method remove

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

Source from the content-addressed store, hash-verified

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(); }
519};

Callers

nothing calls this directly

Calls 1

removeFunction · 0.85

Tested by

no test coverage detected