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

Method empty

src/ailego/container/vector_array.h:355–357  ·  view source on GitHub ↗

Test if the array is empty

Source from the content-addressed store, hash-verified

353
354 //! Test if the array is empty
355 bool empty(void) const {
356 return buffer_.empty();
357 }
358
359 //! Retrieve count of vectors
360 size_t count(void) const {

Callers 12

emptyMethod · 0.45
emptyMethod · 0.45
test_allMethod · 0.45
Utf8ToWideMethod · 0.45
WideToUtf8Method · 0.45
GetSelfPathMethod · 0.45
GetFilePathMethod · 0.45
GetWorkingDirectoryMethod · 0.45
Utf8PathOkFunction · 0.45
init_centroids_afkmc2Method · 0.45
cluster_onceMethod · 0.45
consumeMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_allMethod · 0.36