MCPcopy Create free account
hub / github.com/alibaba/zvec / empty

Method empty

src/ailego/container/vector_array.h:175–177  ·  view source on GitHub ↗

Test if the array is empty

Source from the content-addressed store, hash-verified

173
174 //! Test if the array is empty
175 bool empty(void) const {
176 return buffer_.empty();
177 }
178
179 //! Retrieve count of vectors
180 size_t count(void) const {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected