Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ file_exists
Function
file_exists
include/rabitqlib/utils/io.hpp:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
inline bool file_exists(const char* filename) { return std::filesystem::exists(filename); }
25
26
// load .*vecs file to a matrix (e.g., RowMajorFloatMat)
27
template <typename T, class M>
Callers
3
load_vecs
Function · 0.85
load_bin
Function · 0.85
load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected