|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <chrono>#include <cstdint>#include <filesystem>#include <optional>#include <string>#include <string_view>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | arachne |
| namespace | arachne::coordination |
Functions | |
| std::string_view | arachne::coordination::to_string (const cocoon_status status) noexcept |
| cocoon_status | arachne::coordination::cocoon_status_from_string (const std::string_view value) |
| bool | arachne::coordination::can_transition (const cocoon_status from, const cocoon_status to) noexcept |
| bool | arachne::coordination::path_is_within (const std::filesystem::path &path, const std::filesystem::path &possible_parent) |
| void | arachne::coordination::reject_inbox_deletion_target (const std::filesystem::path &target, const std::filesystem::path &inbox_root) |