Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
empty
Method · 0.45
empty
Method · 0.45
test_all
Method · 0.45
Utf8ToWide
Method · 0.45
WideToUtf8
Method · 0.45
GetSelfPath
Method · 0.45
GetFilePath
Method · 0.45
GetWorkingDirectory
Method · 0.45
Utf8PathOk
Function · 0.45
init_centroids_afkmc2
Method · 0.45
cluster_once
Method · 0.45
consume
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_all
Method · 0.36