MCPcopy Create free account
hub / github.com/ceph/ceph / empty

Function empty

src/include/function2.hpp:1259–1261  ·  view source on GitHub ↗

Returns true when the erasure doesn't hold any erased object

Source from the content-addressed store, hash-verified

1257
1258 /// Returns true when the erasure doesn't hold any erased object
1259 constexpr bool empty() const noexcept {
1260 return vtable_.empty();
1261 }
1262
1263 /// Invoke the function of the erasure at the given index
1264 ///

Callers 15

pop_frontMethod · 0.70
pop_backMethod · 0.70
is_on_listMethod · 0.70
pop_frontMethod · 0.70
pop_backMethod · 0.70
clear_listMethod · 0.70
range_startMethod · 0.70
range_endMethod · 0.70
subtractMethod · 0.70
operator==Method · 0.70
containsMethod · 0.70

Calls 1

emptyMethod · 0.45

Tested by 3

rand_chooseFunction · 0.40
rand_chooseFunction · 0.40
rand_chooseFunction · 0.40