#include <cstddef>#include <filesystem>#include <string>#include <string_view>#include "absl/status/statusor.h"#include "core/project.h"
Go to the source code of this file.
Classes | |
| struct | yaze::editor::MessageSourceSyncOptions |
| struct | yaze::editor::MessageSourceSyncResult |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
Functions | |
| std::string | yaze::editor::ComputeMessageSourceSha256 (std::string_view content) |
| absl::StatusOr< MessageSourceSyncResult > | yaze::editor::SyncMessageSource (const project::YazeProject &project, const std::filesystem::path &incoming_bundle_path, const MessageSourceSyncOptions &options={}) |