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

Method back

sql/sql_array.h:174–177  ·  view source on GitHub ↗

@returns pointer to last element

Source from the content-addressed store, hash-verified

172
173 /// @returns pointer to last element
174 Elem *back()
175 {
176 return ((Elem*)array.buffer) + array.elements - 1;
177 }
178
179 /// @returns pointer to last element
180 const Elem *back() const

Callers 15

simplify_RDPFunction · 0.45
remove_duplicatesMethod · 0.45
parseMethod · 0.45
named_item_expectedMethod · 0.45
current_active_stmtMethod · 0.45
current_trg_eventMethod · 0.45
parse_set_str_valueFunction · 0.45
subst_spvarsFunction · 0.45
raised_conditionMethod · 0.45
acquire_bufferMethod · 0.45
traverse_role_graph_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected