60 ErrorCode Check(
const std::string& record_dir_or_record_full_path);
66 bool IsRecordFile(
const std::string& path)
const;
67 std::shared_ptr<CyberRecordInfo> GetRecordInfo(
68 const std::string& record_path)
const;
69 int IncrementalCheck(
const std::vector<std::string>& records_path);
70 std::vector<std::string> GetRecordsPath(
71 const std::string& record_dir_or_record_full_path)
const;
72 bool IsRecordChecked(
const std::string& record_path);
74 const std::string& record_path);
78 std::shared_ptr<JsonConf> sp_conf_ =
nullptr;
81 std::set<std::string> checked_records_;