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

Method empty

include/span.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 size_type size() const { return size_; }
122 size_type size_bytes() const { return size() * sizeof(ElementType); }
123 bool empty() const __attribute__((warn_unused_result))
124 {
125 return size() == 0;
126 }
127
128 reference operator[](size_type idx) const
129 {

Callers 13

table_load_paramsMethod · 0.45
create_table_or_viewMethod · 0.45
load_dataMethod · 0.45
mainFunction · 0.45
oob_traversal_doneMethod · 0.45
read_dataMethod · 0.45
TableDDLInfoMethod · 0.45
generate_alter_addMethod · 0.45
generate_alter_dropMethod · 0.45
get_connectionMethod · 0.45
closeMethod · 0.45
test_ddl_parserFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_ddl_parserFunction · 0.36