MCPcopy Create free account
hub / github.com/HyperInspire/InspireFace / init_test_evaluation_record

Function init_test_evaluation_record

cpp/test/test_cpp.cpp:39–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int init_test_evaluation_record() {
40#ifdef ISF_ENABLE_TEST_EVALUATION
41 if (std::remove(getEvaluationRecordFile().c_str()) != 0) {
42 spdlog::trace("Error deleting file");
43 }
44 EvaluationRecord record(getEvaluationRecordFile());
45#endif
46 return 0;
47}
48
49int main(int argc, char* argv[]) {
50 init_test_logger();

Callers 1

mainFunction · 0.70

Calls 1

getEvaluationRecordFileFunction · 0.85

Tested by

no test coverage detected