| 77 | } |
| 78 | |
| 79 | void set(const script::Value& value, const std::string& key, const std::string& domain) { |
| 80 | storage[domain.empty() ? app::AppScripting::getFileName() : domain][key] = value; |
| 81 | } |
| 82 | |
| 83 | bool load(const std::string& key, const std::string& domain) { |
| 84 | try { |
no test coverage detected