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

Method append

sql/sql_array.h:165–168  ·  view source on GitHub ↗

@retval false ok @retval true OOM, @c my_error() has been called. */

Source from the content-addressed store, hash-verified

163 @retval true OOM, @c my_error() has been called.
164 */
165 bool append(const Elem &el)
166 {
167 return insert_dynamic(&array, &el);
168 }
169
170 /// Pops the last element. Does nothing if array is empty.
171 Elem& pop()

Callers

nothing calls this directly

Calls 1

insert_dynamicFunction · 0.85

Tested by

no test coverage detected