#include <agent_chat_widget.h>
Public Attributes | |
std::function< absl::StatusOr< std::string >()> | generate_rom_diff |
std::function< absl::Status(const std::string &, const std::string &)> | apply_rom_diff |
std::function< std::string()> | get_rom_hash |
Definition at line 96 of file agent_chat_widget.h.
std::function<absl::StatusOr<std::string>()> yaze::editor::AgentChatWidget::RomSyncCallbacks::generate_rom_diff |
Definition at line 97 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().
std::function<absl::Status(const std::string&, const std::string&)> yaze::editor::AgentChatWidget::RomSyncCallbacks::apply_rom_diff |
Definition at line 98 of file agent_chat_widget.h.
std::function<std::string()> yaze::editor::AgentChatWidget::RomSyncCallbacks::get_rom_hash |
Definition at line 99 of file agent_chat_widget.h.
Referenced by yaze::editor::AgentChatWidget::RenderRomSyncPanel().