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

Method elem

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

Source from the content-addressed store, hash-verified

541 empty();
542 }
543 T *elem(uint n) { return (T*) base_list::elem(n); }
544 // Create a new list with one element
545 static List<T> *make(MEM_ROOT *mem_root, T *first)
546 {

Callers 9

create_fieldsMethod · 0.45
find_spname_recursiveMethod · 0.45
fix_keyword_listFunction · 0.45
check_vers_constantsFunction · 0.45
compare_keys_but_nameFunction · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected