MCPcopy Create free account
hub / github.com/antgroup/vsag / Error

Method Error

tests/test_options.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 inline void
63 Error(const std::string& msg) override {
64 if (level_ <= 4) {
65 std::cout << "[error]" << msg << std::endl;
66 }
67 }
68
69 void
70 Critical(const std::string& msg) override {

Callers 3

process_resultMethod · 0.45
do_knn_filter_searchMethod · 0.45
process_resultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected