|
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::throw_sqlite (sqlite3 *database, std::string_view context) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::execute (sqlite3 *database, std::string_view sql) |
| statement_handle | arachne::coordination::anonymous_namespace{coordinator.cpp}::prepare (sqlite3 *database, std::string_view sql) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::bind_text (sqlite3 *database, sqlite3_stmt *statement, int index, std::string_view value) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::bind_optional (sqlite3 *database, sqlite3_stmt *statement, int index, const std::optional< std::string > &value) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::step_done (sqlite3 *database, sqlite3_stmt *statement) |
| std::string | arachne::coordination::anonymous_namespace{coordinator.cpp}::column_text (sqlite3_stmt *statement, int column) |
| std::optional< std::string > | arachne::coordination::anonymous_namespace{coordinator.cpp}::optional_column_text (sqlite3_stmt *statement, int column) |
| std::string | arachne::coordination::anonymous_namespace{coordinator.cpp}::utc_timestamp () |
| std::int64_t | arachne::coordination::anonymous_namespace{coordinator.cpp}::unix_seconds () |
| bool | arachne::coordination::anonymous_namespace{coordinator.cpp}::is_sha256 (std::string_view value) |
| bool | arachne::coordination::anonymous_namespace{coordinator.cpp}::is_safe_identifier (std::string_view value) |
| bool | arachne::coordination::anonymous_namespace{coordinator.cpp}::is_logical_date (std::string_view value) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::validate_run_claim (std::string_view run_id, std::string_view graph_domain, std::string_view logical_date, std::string_view configuration_sha256) |
| std::string | arachne::coordination::anonymous_namespace{coordinator.cpp}::sanitize_filename (std::string value) |
| void | arachne::coordination::anonymous_namespace{coordinator.cpp}::reject_symlink_components (const std::filesystem::path &path, std::string_view context) |
| std::filesystem::path | arachne::coordination::anonymous_namespace{coordinator.cpp}::weakly_canonical_or_absolute (const std::filesystem::path &path) |
| file_fingerprint | arachne::coordination::anonymous_namespace{coordinator.cpp}::fingerprint_regular_file (const std::filesystem::path &path, std::uintmax_t max_bytes, std::string_view context) |
| std::filesystem::path | arachne::coordination::anonymous_namespace{coordinator.cpp}::choose_destination (const intake_request &request, std::string_view payload_hash) |
| std::string | arachne::coordination::anonymous_namespace{coordinator.cpp}::portable_payload_reference (const std::filesystem::path &payload, const std::filesystem::path &ledger_path) |
| envelope_record | arachne::coordination::anonymous_namespace{coordinator.cpp}::read_envelope (sqlite3_stmt *statement, const std::filesystem::path &ledger_path) |
| 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) |