V2.x no reg (#3285)

Removed registry
This commit is contained in:
Gabi Melman
2024-12-06 19:21:42 +02:00
committed by GitHub
parent ed6919bf8e
commit 166843ff3a
52 changed files with 308 additions and 1336 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include <cstddef>
#include <string>
#include <filesystem>
#include <string>
std::size_t count_files(const std::string &folder);
@@ -10,7 +10,7 @@ void prepare_logdir();
std::string file_contents(const std::string &filename);
//std::size_t count_lines(const std::string &filename);
// std::size_t count_lines(const std::string &filename);
std::size_t count_lines(const std::filesystem::path &filename);
void require_message_count(const std::filesystem::path &filename, const std::size_t messages);