MCPcopy 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
24inline bool file_exists(const char* filename) { return std::filesystem::exists(filename); }
25
26// load .*vecs file to a matrix (e.g., RowMajorFloatMat)
27template <typename T, class M>

Callers 3

load_vecsFunction · 0.85
load_binFunction · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected