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

Method del

sql/sql_array.h:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 }
175
176 void del(uint idx)
177 {
178 delete_dynamic_element(&array, idx);
179 }
180
181 int elements() const
182 {

Callers

nothing calls this directly

Calls 1

delete_dynamic_elementFunction · 0.85

Tested by

no test coverage detected