Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
Loading...
Searching...
No Matches
inbox.hpp File Reference
#include <cstddef>
#include <filesystem>
#include <stdexcept>
#include <string>
#include <vector>
Include dependency graph for inbox.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  arachne::penelope::inbox_issue
struct  arachne::penelope::inbox_batch_report
struct  arachne::penelope::inbox_result
class  arachne::penelope::inbox_error

Namespaces

namespace  arachne
namespace  arachne::penelope

Enumerations

enum class  arachne::penelope::inbox_batch_status { arachne::penelope::valid , arachne::penelope::applied , arachne::penelope::already_applied , arachne::penelope::rejected }

Functions

inbox_result arachne::penelope::check_product_inbox (const std::filesystem::path &repository_root)
inbox_result arachne::penelope::apply_product_inbox (const std::filesystem::path &repository_root)
std::size_t arachne::penelope::rebuild_product_merge_hints (const std::filesystem::path &repository_root)
const char * arachne::penelope::to_string (inbox_batch_status status) noexcept